#98E1EB

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

Shades of Blizzard Blue #98E1EB

Tints of Blizzard Blue #98E1EB

Color information

#98E1EB (or 0x98E1EB) is unknown color: approx Blizzard Blue. HEX triplet: 98, E1 and EB. RGB value is (152,225,235). Sum of RGB (Red+Green+Blue) = 152+225+235=612 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.84% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #98E1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E1EB is #671E14. Grayscale: #CCCCCC. Windows color (decimal): -6757909 or 15458712. OLE color: 15458712.

HSL color Cylindrical-coordinate representation of color #98E1EB: hue angle of 187.23º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98E1EB is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152225235-
CMYK0.350.0400.08
HSL187.23º67.48%75.88%-
HSV(B)187.23º35.32%92.16%-
XYZ54.8766.5288.55-
YUV204.31145.3290.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.84%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 235 (92.19% from 255) = 38.40%
R=24.84%
G=36.76%
B=38.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522252350.350.0400.08187.2367.4875.88
Hex98E1EB23408bb434c
Octal230341353434010273103114
Binary100110001110000111101011100011100010001011101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,225,235); }

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

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

 a { background-color: rgb(152,225,235); }

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

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

 span { border-color: rgb(152,225,235); }

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