#90BBFB

Color #90BBFB Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #90BBFB

Tints of Light Sky Blue #90BBFB

Color information

#90BBFB (or 0x90BBFB) is unknown color: approx Light Sky Blue. HEX triplet: 90, BB and FB. RGB value is (144,187,251). Sum of RGB (Red+Green+Blue) = 144+187+251=582 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.74% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #90BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BBFB is #6F4404. Grayscale: #B5B5B5. Windows color (decimal): -7291909 or 16497552. OLE color: 16497552.

HSL color Cylindrical-coordinate representation of color #90BBFB: hue angle of 215.89º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90BBFB is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144187251-
CMYK0.430.2500.02
HSL215.89º93.04%77.45%-
HSV(B)215.89º42.63%98.43%-
XYZ46.6848.4398.16-
YUV181.44167.25101.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 24.74%
GREEN value IS 187 (73.44% from 255) = 32.13%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=24.74%
G=32.13%
B=43.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441872510.430.2500.02215.8993.0477.45
Hex90BBFB2B1902d85d4d
Octal220273373533102330135115
Binary100100001011101111111011101011110010101101100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90BBFB; }

 p { color: rgb(144,187,251); }

 H1.HeaderClassName
 {
   color: #90BBFB;
 }
 .AnyTagClassName
 {
   color: #90BBFB;
 }
</style>
background-color css

<style>
 a { background-color: #90BBFB; }

 a { background-color: rgb(144,187,251); }

 div.DivClassName
 {
   background-color: #90BBFB;
 }
 .BgClassName
 {
   background-color: #90BBFB;
 }
</style>
border-color css

<style>
 span { border-color: #90BBFB; }

 span { border-color: rgb(144,187,251); }

 td.TdClassName
 {
   border-color: #90BBFB;
 }
 .TagClassName
 {
   border-color: #90BBFB;
 }
</style>