#98E6EC

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

Shades of Blizzard Blue #98E6EC

Tints of Blizzard Blue #98E6EC

Color information

#98E6EC (or 0x98E6EC) is unknown color: approx Blizzard Blue. HEX triplet: 98, E6 and EC. RGB value is (152,230,236). Sum of RGB (Red+Green+Blue) = 152+230+236=618 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.60% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #98E6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E6EC is #671913. Grayscale: #CFCFCF. Windows color (decimal): -6756628 or 15525528. OLE color: 15525528.

HSL color Cylindrical-coordinate representation of color #98E6EC: hue angle of 184.29º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98E6EC is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB152230236-
CMYK0.360.0300.07
HSL184.29º68.85%76.08%-
HSV(B)184.29º35.59%92.55%-
XYZ56.3969.3389.77-
YUV207.36144.1688.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.60%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=24.60%
G=37.22%
B=38.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1522302360.360.0300.07184.2968.8576.08
Hex98E6EC24307b8454c
Octal23034635444307270105114
Binary1001100011100110111011001001001101111011100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,230,236); }

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

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

 a { background-color: rgb(152,230,236); }

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

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

 span { border-color: rgb(152,230,236); }

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