Html Css Color HEX #98E0EB Blizzard Blue

📋 copy color: '#98E0EB'

red 152 ◦ green 224 ◦ blue 235

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

Shades of Blizzard Blue #98E0EB

Tints of Blizzard Blue #98E0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.46%

R = 24.88%
G = 36.66%
B = 38.46%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98E0EB (or 0x98E0EB) is known color: Blizzard Blue. HEX triplet: 98, E0 and EB. RGB value is (152,224,235). Sum of RGB (Red+Green+Blue) = 152+224+235=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #98E0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98E0EB is #671F14. Grayscale: #CBCBCB. Windows color (decimal): -6758165 or 15458456. OLE color: 15458456.

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

Color convert

RGB 152 224 235 -
CMYK 0.35 0.05 0 0.08
HSL 187.95º 0.67% 0.76% -
HSV(B) 187.95º 0.35% 0.92% -
XYZ 54.6 65.98 88.46 -
YUV 203.73 145.65 91.11 -
System Red Green Blue C M Y K H S L
Decimal 152 224 235 0.35 0.05 0 0.08 187.95 0.67 0.76
Hex 98 E0 EB 23 5 0 8 BC 43 4C
Octal 230 340 353 43 5 0 10 274 103 114
Binary 10011000 11100000 11101011 100011 101 0 1000 10111100 1000011 1001100

Color Harmonies of #98E0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98E0EB

Black with #98E0EB

Text Example


Text Example

White with #98E0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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