#98EDE6

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

Shades of Blizzard Blue #98EDE6

Tints of Blizzard Blue #98EDE6

Color information

#98EDE6 (or 0x98EDE6) is unknown color: approx Blizzard Blue. HEX triplet: 98, ED and E6. RGB value is (152,237,230). Sum of RGB (Red+Green+Blue) = 152+237+230=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #98EDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EDE6 is #671219. Grayscale: #D2D2D2. Windows color (decimal): -6754842 or 15134104. OLE color: 15134104.

HSL color Cylindrical-coordinate representation of color #98EDE6: hue angle of 175.06º degrees, saturation: 0.7, 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 #98EDE6 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB152237230-
CMYK0.3600.030.07
HSL175.06º70.25%76.27%-
HSV(B)175.06º35.86%92.94%-
XYZ57.5272.9685.91-
YUV210.79138.8486.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.56%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 230 (90.23% from 255) = 37.16%
R=24.56%
G=38.29%
B=37.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522372300.3600.030.07175.0670.2576.27
Hex98EDE624037af464c
Octal23035534644037257106114
Binary1001100011101101111001101001000111111010111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,237,230); }

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

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

 a { background-color: rgb(152,237,230); }

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

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

 span { border-color: rgb(152,237,230); }

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