#98EBE4

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

Shades of Blizzard Blue #98EBE4

Tints of Blizzard Blue #98EBE4

Color information

#98EBE4 (or 0x98EBE4) is unknown color: approx Blizzard Blue. HEX triplet: 98, EB and E4. RGB value is (152,235,228). Sum of RGB (Red+Green+Blue) = 152+235+228=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 228 (89.45% from 255 or 37.07% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #98EBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98EBE4 is #67141B. Grayscale: #D1D1D1. Windows color (decimal): -6755356 or 15002520. OLE color: 15002520.

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

Color convert

RGB152235228-
CMYK0.3500.030.08
HSL174.94º67.48%75.88%-
HSV(B)174.94º35.32%92.16%-
XYZ56.6671.6984.25-
YUV209.38138.587.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 24.72%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 228 (89.45% from 255) = 37.07%
R=24.72%
G=38.21%
B=37.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522352280.3500.030.08174.9467.4875.88
Hex98EBE423038af434c
Octal230353344430310257103114
Binary10011000111010111110010010001101110001010111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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