#90D7FA

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

Shades of Light Sky Blue #90D7FA

Tints of Light Sky Blue #90D7FA

Color information

#90D7FA (or 0x90D7FA) is unknown color: approx Light Sky Blue. HEX triplet: 90, D7 and FA. RGB value is (144,215,250). Sum of RGB (Red+Green+Blue) = 144+215+250=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #90D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90D7FA is #6F2805. Grayscale: #C5C5C5. Windows color (decimal): -7284742 or 16439184. OLE color: 16439184.

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

Color convert

RGB144215250-
CMYK0.420.1400.02
HSL199.81º91.38%77.25%-
HSV(B)199.81º42.4%98.04%-
XYZ53.0661.4399.5-
YUV197.76157.4889.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.65%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=23.65%
G=35.30%
B=41.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1442152500.420.1400.02199.8191.3877.25
Hex90D7FA2AE02c85b4d
Octal220327372521602310133115
Binary10010000110101111111101010101011100101100100010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,215,250); }

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

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

 a { background-color: rgb(144,215,250); }

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

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

 span { border-color: rgb(144,215,250); }

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