#90BDFC

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

Shades of Light Sky Blue #90BDFC

Tints of Light Sky Blue #90BDFC

Color information

#90BDFC (or 0x90BDFC) is unknown color: approx Light Sky Blue. HEX triplet: 90, BD and FC. RGB value is (144,189,252). Sum of RGB (Red+Green+Blue) = 144+189+252=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #90BDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90BDFC is #6F4203. Grayscale: #B6B6B6. Windows color (decimal): -7291396 or 16563600. OLE color: 16563600.

HSL color Cylindrical-coordinate representation of color #90BDFC: hue angle of 215º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90BDFC is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144189252-
CMYK0.430.2500.01
HSL215º94.74%77.65%-
HSV(B)215º42.86%98.82%-
XYZ47.2749.3599.13-
YUV182.73167.09100.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.62%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=24.62%
G=32.31%
B=43.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441892520.430.2500.0121594.7477.65
Hex90BDFC2B1901d75f4e
Octal220275374533101327137116
Binary10010000101111011111110010101111001011101011110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,189,252); }

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

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

 a { background-color: rgb(144,189,252); }

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

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

 span { border-color: rgb(144,189,252); }

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