#98E8E2

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

Shades of Blizzard Blue #98E8E2

Tints of Blizzard Blue #98E8E2

Color information

#98E8E2 (or 0x98E8E2) is unknown color: approx Blizzard Blue. HEX triplet: 98, E8 and E2. RGB value is (152,232,226). Sum of RGB (Red+Green+Blue) = 152+232+226=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 226 (88.67% from 255 or 37.05% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #98E8E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98E8E2 is #67171D. Grayscale: #CFCFCF. Windows color (decimal): -6756126 or 14870680. OLE color: 14870680.

HSL color Cylindrical-coordinate representation of color #98E8E2: hue angle of 175.5º 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 #98E8E2 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB152232226-
CMYK0.3400.030.09
HSL175.5º63.49%75.29%-
HSV(B)175.5º34.48%90.98%-
XYZ55.5369.8882.51-
YUV207.4138.588.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.92%
GREEN value IS 232 (91.02% from 255) = 38.03%
BLUE value IS 226 (88.67% from 255) = 37.05%
R=24.92%
G=38.03%
B=37.05%

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
Decimal1522322260.3400.030.09175.563.4975.29
Hex98E8E222039b03f4b
Octal23035034242031126077113
Binary1001100011101000111000101000100111001101100001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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