#98EBE6

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

Shades of Blizzard Blue #98EBE6

Tints of Blizzard Blue #98EBE6

Color information

#98EBE6 (or 0x98EBE6) is unknown color: approx Blizzard Blue. HEX triplet: 98, EB and E6. RGB value is (152,235,230). Sum of RGB (Red+Green+Blue) = 152+235+230=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EBE6 is #671419. Grayscale: #D1D1D1. Windows color (decimal): -6755354 or 15133592. OLE color: 15133592.

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

Color convert

RGB152235230-
CMYK0.3500.020.08
HSL176.39º67.48%75.88%-
HSV(B)176.39º35.32%92.16%-
XYZ56.9471.8185.72-
YUV209.61139.586.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.64%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 230 (90.23% from 255) = 37.28%
R=24.64%
G=38.09%
B=37.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522352300.3500.020.08176.3967.4875.88
Hex98EBE623028b0434c
Octal230353346430210260103114
Binary10011000111010111110011010001101010001011000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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