#90C4FE

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

Shades of Light Sky Blue #90C4FE

Tints of Light Sky Blue #90C4FE

Color information

#90C4FE (or 0x90C4FE) is unknown color: approx Light Sky Blue. HEX triplet: 90, C4 and FE. RGB value is (144,196,254). Sum of RGB (Red+Green+Blue) = 144+196+254=594 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.24% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #90C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90C4FE is #6F3B01. Grayscale: #BABABA. Windows color (decimal): -7289602 or 16696464. OLE color: 16696464.

HSL color Cylindrical-coordinate representation of color #90C4FE: hue angle of 211.64º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90C4FE is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB144196254-
CMYK0.430.2300.00
HSL211.64º98.21%78.04%-
HSV(B)211.64º43.31%99.61%-
XYZ49.1352.56101.32-
YUV187.06165.7797.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.24%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=24.24%
G=33.00%
B=42.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1441962540.430.2300.00211.6498.2178.04
Hex90C4FE2B1700d4624e
Octal220304376532700324142116
Binary10010000110001001111111010101110111001101010011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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