#98E9E0

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

Shades of Blizzard Blue #98E9E0

Tints of Blizzard Blue #98E9E0

Color information

#98E9E0 (or 0x98E9E0) is unknown color: approx Blizzard Blue. HEX triplet: 98, E9 and E0. RGB value is (152,233,224). Sum of RGB (Red+Green+Blue) = 152+233+224=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #98E9E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E9E0 is #67161F. Grayscale: #CFCFCF. Windows color (decimal): -6755872 or 14739864. OLE color: 14739864.

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

Color convert

RGB152233224-
CMYK0.3500.040.09
HSL173.33º64.8%75.49%-
HSV(B)173.33º34.76%91.37%-
XYZ55.5470.3481.17-
YUV207.76137.1688.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.96%
GREEN value IS 233 (91.41% from 255) = 38.26%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=24.96%
G=38.26%
B=36.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1522332240.3500.040.09173.3364.875.49
Hex98E9E023049ad414b
Octal230351340430411255101113
Binary100110001110100111100000100011010010011010110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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