#90D6FB

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

Shades of Light Sky Blue #90D6FB

Tints of Light Sky Blue #90D6FB

Color information

#90D6FB (or 0x90D6FB) is unknown color: approx Light Sky Blue. HEX triplet: 90, D6 and FB. RGB value is (144,214,251). Sum of RGB (Red+Green+Blue) = 144+214+251=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #90D6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D6FB is #6F2904. Grayscale: #C5C5C5. Windows color (decimal): -7284997 or 16504464. OLE color: 16504464.

HSL color Cylindrical-coordinate representation of color #90D6FB: hue angle of 200.75º 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 #90D6FB is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144214251-
CMYK0.430.1500.02
HSL200.75º93.04%77.45%-
HSV(B)200.75º42.63%98.43%-
XYZ52.9660.99100.25-
YUV197.29158.3189.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.65%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=23.65%
G=35.14%
B=41.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442142510.430.1500.02200.7593.0477.45
Hex90D6FB2BF02c95d4d
Octal220326373531702311135115
Binary10010000110101101111101110101111110101100100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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