#98E6EF

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

Shades of Blizzard Blue #98E6EF

Tints of Blizzard Blue #98E6EF

Color information

#98E6EF (or 0x98E6EF) is unknown color: approx Blizzard Blue. HEX triplet: 98, E6 and EF. RGB value is (152,230,239). Sum of RGB (Red+Green+Blue) = 152+230+239=621 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.48% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #98E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E6EF is #671910. Grayscale: #CFCFCF. Windows color (decimal): -6756625 or 15722136. OLE color: 15722136.

HSL color Cylindrical-coordinate representation of color #98E6EF: hue angle of 186.21º 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 #98E6EF is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB152230239-
CMYK0.360.0400.06
HSL186.21º73.11%76.67%-
HSV(B)186.21º36.4%93.73%-
XYZ56.8369.592.08-
YUV207.7145.6688.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.48%
GREEN value IS 230 (90.23% from 255) = 37.04%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=24.48%
G=37.04%
B=38.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522302390.360.0400.06186.2173.1176.67
Hex98E6EF24406ba494d
Octal23034635744406272111115
Binary10011000111001101110111110010010001101011101010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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