#98EEEC

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

Shades of Blizzard Blue #98EEEC

Tints of Blizzard Blue #98EEEC

Color information

#98EEEC (or 0x98EEEC) is unknown color: approx Blizzard Blue. HEX triplet: 98, EE and EC. RGB value is (152,238,236). Sum of RGB (Red+Green+Blue) = 152+238+236=626 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.28% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #98EEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EEEC is #671113. Grayscale: #D3D3D3. Windows color (decimal): -6754580 or 15527576. OLE color: 15527576.

HSL color Cylindrical-coordinate representation of color #98EEEC: hue angle of 178.6º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98EEEC is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB152238236-
CMYK0.3600.010.07
HSL178.6º71.67%76.47%-
HSV(B)178.6º36.13%93.33%-
XYZ58.6673.8890.53-
YUV212.06141.5185.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.28%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=24.28%
G=38.02%
B=37.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522382360.3600.010.07178.671.6776.47
Hex98EEEC24017b3484c
Octal23035635444017263110114
Binary100110001110111011101100100100011111011001110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98EEEC; }

 p { color: rgb(152,238,236); }

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

<style>
 a { background-color: #98EEEC; }

 a { background-color: rgb(152,238,236); }

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

<style>
 span { border-color: #98EEEC; }

 span { border-color: rgb(152,238,236); }

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