#90C3FF

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

Shades of Light Sky Blue #90C3FF

Tints of Light Sky Blue #90C3FF

Color information

#90C3FF (or 0x90C3FF) is unknown color: approx Light Sky Blue. HEX triplet: 90, C3 and FF. RGB value is (144,195,255). Sum of RGB (Red+Green+Blue) = 144+195+255=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #90C3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C3FF is #6F3C00. Grayscale: #BABABA. Windows color (decimal): -7289857 or 16761744. OLE color: 16761744.

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

Color convert

RGB144195255-
CMYK0.440.2400
HSL212.43º100%78.24%-
HSV(B)212.43º43.53%100%-
XYZ49.0752.18102.09-
YUV186.59166.697.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.24%
GREEN value IS 195 (76.56% from 255) = 32.83%
BLUE value IS 255 (100% from 255) = 42.93%
R=24.24%
G=32.83%
B=42.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1441952550.440.2400212.4310078.24
Hex90C3FF2C1800d4644e
Octal220303377543000324144116
Binary10010000110000111111111110110011000001101010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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