Html Css Color HEX #98DEEC Blizzard Blue

📋 copy color: '#98DEEC'

red 152 ◦ green 222 ◦ blue 236

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

Shades of Blizzard Blue #98DEEC

Tints of Blizzard Blue #98DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.39%

 BLUE value IS 236 (92.58% from 255) = 38.69%

R = 24.92%
G = 36.39%
B = 38.69%

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

#98DEEC (or 0x98DEEC) is known color: Blizzard Blue. HEX triplet: 98, DE and EC. RGB value is (152,222,236). Sum of RGB (Red+Green+Blue) = 152+222+236=610 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.92% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #98DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DEEC is #672113. Grayscale: #CACACA. Windows color (decimal): -6758676 or 15523480. OLE color: 15523480.

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

Color convert

RGB 152 222 236 -
CMYK 0.36 0.06 0 0.07
HSL 190º 0.69% 0.76% -
HSV(B) 190º 0.36% 0.93% -
XYZ 54.21 64.97 89.04 -
YUV 202.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 152 222 236 0.36 0.06 0 0.07 190 0.69 0.76
Hex 98 DE EC 24 6 0 7 BE 45 4C
Octal 230 336 354 44 6 0 7 276 105 114
Binary 10011000 11011110 11101100 100100 110 0 111 10111110 1000101 1001100

Color Harmonies of #98DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98DEEC

Black with #98DEEC

Text Example


Text Example

White with #98DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,222,236); }

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

background-color css

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

 a { background-color: rgb(152,222,236); }

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

border-color css

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

 span { border-color: rgb(152,222,236); }

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