#90E2F4

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

Shades of Blizzard Blue #90E2F4

Tints of Blizzard Blue #90E2F4

Color information

#90E2F4 (or 0x90E2F4) is unknown color: approx Blizzard Blue. HEX triplet: 90, E2 and F4. RGB value is (144,226,244). Sum of RGB (Red+Green+Blue) = 144+226+244=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #90E2F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90E2F4 is #6F1D0B. Grayscale: #CBCBCB. Windows color (decimal): -7281932 or 16048784. OLE color: 16048784.

HSL color Cylindrical-coordinate representation of color #90E2F4: hue angle of 190.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90E2F4 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB144226244-
CMYK0.410.0700.04
HSL190.8º81.97%76.08%-
HSV(B)190.8º40.98%95.69%-
XYZ55.0366.8595.59-
YUV203.53150.8385.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.45%
GREEN value IS 226 (88.67% from 255) = 36.81%
BLUE value IS 244 (95.70% from 255) = 39.74%
R=23.45%
G=36.81%
B=39.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1442262440.410.0700.04190.881.9776.08
Hex90E2F429704bf524c
Octal22034236451704277122114
Binary10010000111000101111010010100111101001011111110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,226,244); }

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

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

 a { background-color: rgb(144,226,244); }

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

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

 span { border-color: rgb(144,226,244); }

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