#90C7FF

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

Shades of Light Sky Blue #90C7FF

Tints of Light Sky Blue #90C7FF

Color information

#90C7FF (or 0x90C7FF) is unknown color: approx Light Sky Blue. HEX triplet: 90, C7 and FF. RGB value is (144,199,255). Sum of RGB (Red+Green+Blue) = 144+199+255=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #90C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C7FF is #6F3800. Grayscale: #BCBCBC. Windows color (decimal): -7288833 or 16762768. OLE color: 16762768.

HSL color Cylindrical-coordinate representation of color #90C7FF: hue angle of 210.27º 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 #90C7FF is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB144199255-
CMYK0.440.2200
HSL210.27º100%78.24%-
HSV(B)210.27º43.53%100%-
XYZ49.9854102.4-
YUV188.94165.2895.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.08%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 42.64%
R=24.08%
G=33.28%
B=42.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441992550.440.2200210.2710078.24
Hex90C7FF2C1600d2644e
Octal220307377542600322144116
Binary10010000110001111111111110110010110001101001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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