#98E1E5

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

Shades of Blizzard Blue #98E1E5

Tints of Blizzard Blue #98E1E5

Color information

#98E1E5 (or 0x98E1E5) is unknown color: approx Blizzard Blue. HEX triplet: 98, E1 and E5. RGB value is (152,225,229). Sum of RGB (Red+Green+Blue) = 152+225+229=606 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25.08% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 229 (89.84% from 255 or 37.79% from 606); Max value from RGB is 229 - color contains mainly: blue. Hex color #98E1E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #98E1E5 is #671E1A. Grayscale: #CBCBCB. Windows color (decimal): -6757915 or 15065496. OLE color: 15065496.

HSL color Cylindrical-coordinate representation of color #98E1E5: hue angle of 183.12º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98E1E5 is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB152225229-
CMYK0.340.0200.10
HSL183.12º59.69%74.71%-
HSV(B)183.12º33.62%89.8%-
XYZ54.0266.1884.06-
YUV203.63142.3291.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 25.08%
GREEN value IS 225 (88.28% from 255) = 37.13%
BLUE value IS 229 (89.84% from 255) = 37.79%
R=25.08%
G=37.13%
B=37.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1522252290.340.0200.10183.1259.6974.71
Hex98E1E52220Ab73c4b
Octal23034134542201226774113
Binary1001100011100001111001011000101001010101101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,225,229); }

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

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

 a { background-color: rgb(152,225,229); }

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

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

 span { border-color: rgb(152,225,229); }

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