#90EBE2

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

Shades of Blizzard Blue #90EBE2

Tints of Blizzard Blue #90EBE2

Color information

#90EBE2 (or 0x90EBE2) is unknown color: approx Blizzard Blue. HEX triplet: 90, EB and E2. RGB value is (144,235,226). Sum of RGB (Red+Green+Blue) = 144+235+226=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBE2 is #6F141D. Grayscale: #CECECE. Windows color (decimal): -7279646 or 14871440. OLE color: 14871440.

HSL color Cylindrical-coordinate representation of color #90EBE2: hue angle of 174.07º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBE2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB144235226-
CMYK0.3900.040.08
HSL174.07º69.47%74.31%-
HSV(B)174.07º38.72%92.16%-
XYZ54.9470.8482.73-
YUV206.76138.8583.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 23.80%
GREEN value IS 235 (92.19% from 255) = 38.84%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=23.80%
G=38.84%
B=37.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442352260.3900.040.08174.0769.4774.31
Hex90EBE227048ae454a
Octal220353342470410256105112
Binary100100001110101111100010100111010010001010111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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