#98E9EB

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

Shades of Blizzard Blue #98E9EB

Tints of Blizzard Blue #98E9EB

Color information

#98E9EB (or 0x98E9EB) is unknown color: approx Blizzard Blue. HEX triplet: 98, E9 and EB. RGB value is (152,233,235). Sum of RGB (Red+Green+Blue) = 152+233+235=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 233 (91.41% from 255 or 37.58% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #98E9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E9EB is #671614. Grayscale: #D0D0D0. Windows color (decimal): -6755861 or 15460760. OLE color: 15460760.

HSL color Cylindrical-coordinate representation of color #98E9EB: hue angle of 181.45º 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 #98E9EB is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB152233235-
CMYK0.350.0100.08
HSL181.45º67.48%75.88%-
HSV(B)181.45º35.32%92.16%-
XYZ57.0870.9589.28-
YUV209.01142.6687.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.52%
GREEN value IS 233 (91.41% from 255) = 37.58%
BLUE value IS 235 (92.19% from 255) = 37.90%
R=24.52%
G=37.58%
B=37.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522332350.350.0100.08181.4567.4875.88
Hex98E9EB23108b5434c
Octal230351353431010265103114
Binary1001100011101001111010111000111010001011010110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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