#98E8E0

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

Shades of Blizzard Blue #98E8E0

Tints of Blizzard Blue #98E8E0

Color information

#98E8E0 (or 0x98E8E0) is unknown color: approx Blizzard Blue. HEX triplet: 98, E8 and E0. RGB value is (152,232,224). Sum of RGB (Red+Green+Blue) = 152+232+224=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 232 - color contains mainly: green. Hex color #98E8E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E8E0 is #67171F. Grayscale: #CFCFCF. Windows color (decimal): -6756128 or 14739608. OLE color: 14739608.

HSL color Cylindrical-coordinate representation of color #98E8E0: hue angle of 174º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E8E0 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB152232224-
CMYK0.3400.030.09
HSL174º63.49%75.29%-
HSV(B)174º34.48%90.98%-
XYZ55.2669.7781.08-
YUV207.17137.588.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25%
GREEN value IS 232 (91.02% from 255) = 38.16%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=25%
G=38.16%
B=36.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522322240.3400.030.0917463.4975.29
Hex98E8E022039ae3f4b
Octal23035034042031125677113
Binary1001100011101000111000001000100111001101011101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,232,224); }

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

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

 a { background-color: rgb(152,232,224); }

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

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

 span { border-color: rgb(152,232,224); }

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