Html Css Color HEX #98E0EF Blizzard Blue

📋 copy color: '#98E0EF'

red 152 ◦ green 224 ◦ blue 239

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

Shades of Blizzard Blue #98E0EF

Tints of Blizzard Blue #98E0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.42%

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

R = 24.72%
G = 36.42%
B = 38.86%

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

#98E0EF (or 0x98E0EF) is known color: Blizzard Blue. HEX triplet: 98, E0 and EF. RGB value is (152,224,239). Sum of RGB (Red+Green+Blue) = 152+224+239=615 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.72% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #98E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0EF is #671F10. Grayscale: #CCCCCC. Windows color (decimal): -6758161 or 15720600. OLE color: 15720600.

HSL color Cylindrical-coordinate representation of color #98E0EF: hue angle of 190.34º 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 #98E0EF is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 152 224 239 -
CMYK 0.36 0.06 0 0.06
HSL 190.34º 0.73% 0.77% -
HSV(B) 190.34º 0.36% 0.94% -
XYZ 55.18 66.22 91.53 -
YUV 204.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 152 224 239 0.36 0.06 0 0.06 190.34 0.73 0.77
Hex 98 E0 EF 24 6 0 6 BE 49 4D
Octal 230 340 357 44 6 0 6 276 111 115
Binary 10011000 11100000 11101111 100100 110 0 110 10111110 1001001 1001101

Color Harmonies of #98E0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E0EF

Black with #98E0EF

Text Example


Text Example

White with #98E0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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