#98E2EF

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

Shades of Blizzard Blue #98E2EF

Tints of Blizzard Blue #98E2EF

Color information

#98E2EF (or 0x98E2EF) is unknown color: approx Blizzard Blue. HEX triplet: 98, E2 and EF. RGB value is (152,226,239). Sum of RGB (Red+Green+Blue) = 152+226+239=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #98E2EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E2EF is #671D10. Grayscale: #CDCDCD. Windows color (decimal): -6757649 or 15721112. OLE color: 15721112.

HSL color Cylindrical-coordinate representation of color #98E2EF: hue angle of 188.97º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98E2EF is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152226239-
CMYK0.360.0500.06
HSL188.97º73.11%76.67%-
HSV(B)188.97º36.4%93.73%-
XYZ55.7367.391.71-
YUV205.36146.9889.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.64%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=24.64%
G=36.63%
B=38.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522262390.360.0500.06188.9773.1176.67
Hex98E2EF24506bd494d
Octal23034235744506275111115
Binary10011000111000101110111110010010101101011110110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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