Html Css Color HEX #98E0EE Blizzard Blue

📋 copy color: '#98E0EE'

red 152 ◦ green 224 ◦ blue 238

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

Shades of Blizzard Blue #98E0EE

Tints of Blizzard Blue #98E0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.76%

R = 24.76%
G = 36.48%
B = 38.76%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#98E0EE (or 0x98E0EE) is known color: Blizzard Blue. HEX triplet: 98, E0 and EE. RGB value is (152,224,238). Sum of RGB (Red+Green+Blue) = 152+224+238=614 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.76% from 614); Green value is 224 (87.89% from 255 or 36.48% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #98E0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0EE is #671F11. Grayscale: #CBCBCB. Windows color (decimal): -6758162 or 15655064. OLE color: 15655064.

HSL color Cylindrical-coordinate representation of color #98E0EE: hue angle of 189.77º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98E0EE is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 152 224 238 -
CMYK 0.36 0.06 0 0.07
HSL 189.77º 0.72% 0.76% -
HSV(B) 189.77º 0.36% 0.93% -
XYZ 55.04 66.16 90.76 -
YUV 204.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 152 224 238 0.36 0.06 0 0.07 189.77 0.72 0.76
Hex 98 E0 EE 24 6 0 7 BE 48 4C
Octal 230 340 356 44 6 0 7 276 110 114
Binary 10011000 11100000 11101110 100100 110 0 111 10111110 1001000 1001100

Color Harmonies of #98E0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E0EE

Black with #98E0EE

Text Example


Text Example

White with #98E0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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