Color Hex Logo

#90cbfb Color Hex

#90CBFB
(144,203,251)
0 Favorites   0 Comments

Color spaces of #90cbfb

RGB 144203251
HSL0.570.930.77
HSV207°43°98°
CMYK 0.430.190.00   0.02
XYZ50.270155.606299.3503
Yxy55.60620.24490.2710
Hunter Lab74.5696-10.1633-26.7944
CIE-Lab79.3892-6.8074-29.5201

#90cbfb color RGB value is (144,203,251).

#90cbfb hex color red value is 144, green value is 203 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #90cbfb hue: 0.57 , saturation: 0.93 and the lightness value of 90cbfb is 0.77.

The process color (four color CMYK) of #90cbfb color hex is 0.43, 0.19, 0.00, 0.02. Web safe color of #90cbfb is #99ccff. Color #90cbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001011 11111011
Octal 220 313 373
Decimal 144 203 251
Hex 90 CB FB

RGB Percentages of Color #90cbfb

%24.08
%33.95
%41.97

CMYK Percentages of Color #90cbfb

%43
%19
%0
%2

Triadic Colors of #90cbfb

#90cbfb #fb90cb #cbfb90

Analogous Colors of #90cbfb

#90cbfb #9096fb #90fbf6

Monochromatic Colors of #90cbfb

#90cbfb

Complementary Color

#90cbfb #fbc090

#90cbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90cbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90cbfb Color CSS Codes

.mybgcolor {background-color:#90cbfb; } 
.myforecolor {color:#90cbfb; }
.mybordercolor {border:3px solid #90cbfb; }

#90cbfb Text Font Color

<p style="color:#90cbfb">Text here</p>

This sample text font color is #90cbfb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#90cbfb Background Color

<div style="background-color:#90cbfb">
Div content here</div>

This div background color is #90cbfb


#90cbfb Border Color

<div style="border:3px solid #90cbfb">
Div here</div>

This div border color is #90cbfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,203,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90cbfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90cbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #90cbfb;
  box-shadow:         1px 1px 3px 2px #90cbfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,203,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #90cbfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #90cbfb;
  -webkit-box-shadow: 1px 1px 3px 2px #90cbfb;
  box-shadow:         1px 1px 3px 2px #90cbfb;">
Div content here</div>

This div box has shadow with color #90cbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.