Html Css Color HEX #98E1EF Blizzard Blue

📋 copy color: '#98E1EF'

red 152 ◦ green 225 ◦ blue 239

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

Shades of Blizzard Blue #98E1EF

Tints of Blizzard Blue #98E1EF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.53%

 BLUE value IS 239 (93.75% from 255) = 38.8%

R = 24.68%
G = 36.53%
B = 38.8%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#98E1EF (or 0x98E1EF) is known color: Blizzard Blue. HEX triplet: 98, E1 and EF. RGB value is (152,225,239). Sum of RGB (Red+Green+Blue) = 152+225+239=616 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.68% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #98E1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E1EF is #671E10. Grayscale: #CCCCCC. Windows color (decimal): -6757905 or 15720856. OLE color: 15720856.

HSL color Cylindrical-coordinate representation of color #98E1EF: hue angle of 189.66º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98E1EF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 225 239 -
CMYK 0.36 0.06 0 0.06
HSL 189.66º 0.73% 0.77% -
HSV(B) 189.66º 0.36% 0.94% -
XYZ 55.45 66.76 91.62 -
YUV 204.77 147.32 90.36 -
System Red Green Blue C M Y K H S L
Decimal 152 225 239 0.36 0.06 0 0.06 189.66 0.73 0.77
Hex 98 E1 EF 24 6 0 6 BE 49 4D
Octal 230 341 357 44 6 0 6 276 111 115
Binary 10011000 11100001 11101111 100100 110 0 110 10111110 1001001 1001101

Color Harmonies of #98E1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E1EF

Black with #98E1EF

Text Example


Text Example

White with #98E1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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