#90CAFD

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

Shades of Light Sky Blue #90CAFD

Tints of Light Sky Blue #90CAFD

Color information

#90CAFD (or 0x90CAFD) is unknown color: approx Light Sky Blue. HEX triplet: 90, CA and FD. RGB value is (144,202,253). Sum of RGB (Red+Green+Blue) = 144+202+253=599 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.04% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #90CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CAFD is #6F3502. Grayscale: #BEBEBE. Windows color (decimal): -7288067 or 16632464. OLE color: 16632464.

HSL color Cylindrical-coordinate representation of color #90CAFD: hue angle of 208.07º degrees, saturation: 0.96, 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 #90CAFD is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB144202253-
CMYK0.430.2000.01
HSL208.07º96.46%77.84%-
HSV(B)208.07º43.08%99.22%-
XYZ50.3555.26100.94-
YUV190.47163.2894.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.04%
GREEN value IS 202 (79.30% from 255) = 33.72%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=24.04%
G=33.72%
B=42.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1442022530.430.2000.01208.0796.4677.84
Hex90CAFD2B1401d0604e
Octal220312375532401320140116
Binary10010000110010101111110110101110100011101000011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,202,253); }

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

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

 a { background-color: rgb(144,202,253); }

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

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

 span { border-color: rgb(144,202,253); }

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