#98E6F2

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

Shades of Blizzard Blue #98E6F2

Tints of Blizzard Blue #98E6F2

Color information

#98E6F2 (or 0x98E6F2) is unknown color: approx Blizzard Blue. HEX triplet: 98, E6 and F2. RGB value is (152,230,242). Sum of RGB (Red+Green+Blue) = 152+230+242=624 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.36% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #98E6F2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98E6F2 is #67190D. Grayscale: #CFCFCF. Windows color (decimal): -6756622 or 15918744. OLE color: 15918744.

HSL color Cylindrical-coordinate representation of color #98E6F2: hue angle of 188º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98E6F2 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB152230242-
CMYK0.370.0500.05
HSL188º77.59%77.25%-
HSV(B)188º37.19%94.9%-
XYZ57.2769.6894.44-
YUV208.05147.1688.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.36%
GREEN value IS 230 (90.23% from 255) = 36.86%
BLUE value IS 242 (94.92% from 255) = 38.78%
R=24.36%
G=36.86%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522302420.370.0500.0518877.5977.25
Hex98E6F225505bc4e4d
Octal23034636245505274116115
Binary10011000111001101111001010010110101011011110010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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