#90C4FC

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

Shades of Light Sky Blue #90C4FC

Tints of Light Sky Blue #90C4FC

Color information

#90C4FC (or 0x90C4FC) is unknown color: approx Light Sky Blue. HEX triplet: 90, C4 and FC. RGB value is (144,196,252). Sum of RGB (Red+Green+Blue) = 144+196+252=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 196 (76.95% from 255 or 33.11% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #90C4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C4FC is #6F3B03. Grayscale: #BABABA. Windows color (decimal): -7289604 or 16565392. OLE color: 16565392.

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

Color convert

RGB144196252-
CMYK0.430.2200.01
HSL211.11º94.74%77.65%-
HSV(B)211.11º42.86%98.82%-
XYZ48.8152.4499.64-
YUV186.84164.7797.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.32%
GREEN value IS 196 (76.95% from 255) = 33.11%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=24.32%
G=33.11%
B=42.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1441962520.430.2200.01211.1194.7477.65
Hex90C4FC2B1601d35f4e
Octal220304374532601323137116
Binary10010000110001001111110010101110110011101001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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