#90E6EE

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

Shades of Blizzard Blue #90E6EE

Tints of Blizzard Blue #90E6EE

Color information

#90E6EE (or 0x90E6EE) is unknown color: approx Blizzard Blue. HEX triplet: 90, E6 and EE. RGB value is (144,230,238). Sum of RGB (Red+Green+Blue) = 144+230+238=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #90E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6EE is #6F1911. Grayscale: #CDCDCD. Windows color (decimal): -7280914 or 15656592. OLE color: 15656592.

HSL color Cylindrical-coordinate representation of color #90E6EE: hue angle of 185.11º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90E6EE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144230238-
CMYK0.390.0300.07
HSL185.11º73.44%74.9%-
HSV(B)185.11º39.5%93.33%-
XYZ55.2368.791.24-
YUV205.2146.5184.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.53%
GREEN value IS 230 (90.23% from 255) = 37.58%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=23.53%
G=37.58%
B=38.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1442302380.390.0300.07185.1173.4474.9
Hex90E6EE27307b9494b
Octal22034635647307271111113
Binary1001000011100110111011101001111101111011100110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,230,238); }

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

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

 a { background-color: rgb(144,230,238); }

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

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

 span { border-color: rgb(144,230,238); }

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