#98EBEA

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

Shades of Blizzard Blue #98EBEA

Tints of Blizzard Blue #98EBEA

Color information

#98EBEA (or 0x98EBEA) is unknown color: approx Blizzard Blue. HEX triplet: 98, EB and EA. RGB value is (152,235,234). Sum of RGB (Red+Green+Blue) = 152+235+234=621 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.48% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBEA is #671415. Grayscale: #D1D1D1. Windows color (decimal): -6755350 or 15395736. OLE color: 15395736.

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

Color convert

RGB152235234-
CMYK0.3500.000.08
HSL179.28º67.48%75.88%-
HSV(B)179.28º35.32%92.16%-
XYZ57.5172.0388.71-
YUV210.07141.586.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.48%
GREEN value IS 235 (92.19% from 255) = 37.84%
BLUE value IS 234 (91.80% from 255) = 37.68%
R=24.48%
G=37.84%
B=37.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522352340.3500.000.08179.2867.4875.88
Hex98EBEA23008b3434c
Octal230353352430010263103114
Binary1001100011101011111010101000110010001011001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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