#90E7EE

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

Shades of Blizzard Blue #90E7EE

Tints of Blizzard Blue #90E7EE

Color information

#90E7EE (or 0x90E7EE) is unknown color: approx Blizzard Blue. HEX triplet: 90, E7 and EE. RGB value is (144,231,238). Sum of RGB (Red+Green+Blue) = 144+231+238=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #90E7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E7EE is #6F1811. Grayscale: #CDCDCD. Windows color (decimal): -7280658 or 15656848. OLE color: 15656848.

HSL color Cylindrical-coordinate representation of color #90E7EE: hue angle of 184.47º 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 #90E7EE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144231238-
CMYK0.390.0300.07
HSL184.47º73.44%74.9%-
HSV(B)184.47º39.5%93.33%-
XYZ55.5169.2591.33-
YUV205.78146.1883.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.49%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=23.49%
G=37.68%
B=38.83%

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
Decimal1442312380.390.0300.07184.4773.4474.9
Hex90E7EE27307b8494b
Octal22034735647307270111113
Binary1001000011100111111011101001111101111011100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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