Html Css Color HEX #98EAE9 Blizzard Blue

📋 copy color: '#98EAE9'

red 152 ◦ green 234 ◦ blue 233

#98EAE9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blizzard Blue #98EAE9

Tints of Blizzard Blue #98EAE9

RGB

 RED value IS 152 (59.77% from 255) = 24.56%

 GREEN value IS 234 (91.8% from 255) = 37.8%

 BLUE value IS 233 (91.41% from 255) = 37.64%

R = 24.56%
G = 37.8%
B = 37.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#98EAE9 (or 0x98EAE9) is known color: Blizzard Blue. HEX triplet: 98, EA and E9. RGB value is (152,234,233). Sum of RGB (Red+Green+Blue) = 152+234+233=619 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.56% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #98EAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #98EAE9 is #671516. Grayscale: #D1D1D1. Windows color (decimal): -6755607 or 15329944. OLE color: 15329944.

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

Color convert

RGB 152 234 233 -
CMYK 0.35 0 0.00 0.08
HSL 179.27º 0.66% 0.76% -
HSV(B) 179.27º 0.35% 0.92% -
XYZ 57.08 71.4 87.86 -
YUV 209.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 152 234 233 0.35 0 0.00 0.08 179.27 0.66 0.76
Hex 98 EA E9 23 0 0 8 B3 42 4C
Octal 230 352 351 43 0 0 10 263 102 114
Binary 10011000 11101010 11101001 100011 0 0 1000 10110011 1000010 1001100

Color Harmonies of #98EAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98EAE9

Black with #98EAE9

Text Example


Text Example

White with #98EAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,234,233); }

 H1.HeaderClassName
 {
   color: #98EAE9;
 }
 .AnyTagClassName
 {
   color: #98EAE9;
 }
</style>

background-color css

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

 a { background-color: rgb(152,234,233); }

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

border-color css

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

 span { border-color: rgb(152,234,233); }

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