#98E5DF

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

Shades of Blizzard Blue #98E5DF

Tints of Blizzard Blue #98E5DF

Color information

#98E5DF (or 0x98E5DF) is unknown color: approx Blizzard Blue. HEX triplet: 98, E5 and DF. RGB value is (152,229,223). Sum of RGB (Red+Green+Blue) = 152+229+223=604 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.17% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #98E5DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E5DF is #671A20. Grayscale: #CDCDCD. Windows color (decimal): -6756897 or 14673304. OLE color: 14673304.

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

Color convert

RGB152229223-
CMYK0.3400.030.10
HSL175.32º59.69%74.71%-
HSV(B)175.32º33.62%89.8%-
XYZ54.2968.0480.08-
YUV205.29137.9989.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.17%
GREEN value IS 229 (89.84% from 255) = 37.91%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=25.17%
G=37.91%
B=36.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522292230.3400.030.10175.3259.6974.71
Hex98E5DF2203Aaf3c4b
Octal23034533742031225774113
Binary1001100011100101110111111000100111010101011111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,229,223); }

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

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

 a { background-color: rgb(152,229,223); }

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

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

 span { border-color: rgb(152,229,223); }

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