#90BCFF

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

Shades of Light Sky Blue #90BCFF

Tints of Light Sky Blue #90BCFF

Color information

#90BCFF (or 0x90BCFF) is unknown color: approx Light Sky Blue. HEX triplet: 90, BC and FF. RGB value is (144,188,255). Sum of RGB (Red+Green+Blue) = 144+188+255=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #90BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BCFF is #6F4300. Grayscale: #B6B6B6. Windows color (decimal): -7291649 or 16759952. OLE color: 16759952.

HSL color Cylindrical-coordinate representation of color #90BCFF: hue angle of 216.22º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90BCFF is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144188255-
CMYK0.440.2600
HSL216.22º100%78.24%-
HSV(B)216.22º43.53%100%-
XYZ47.5349.12101.58-
YUV182.48168.92100.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.53%
GREEN value IS 188 (73.83% from 255) = 32.03%
BLUE value IS 255 (100% from 255) = 43.44%
R=24.53%
G=32.03%
B=43.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441882550.440.2600216.2210078.24
Hex90BCFF2C1A00d8644e
Octal220274377543200330144116
Binary10010000101111001111111110110011010001101100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,188,255); }

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

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

 a { background-color: rgb(144,188,255); }

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

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

 span { border-color: rgb(144,188,255); }

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