Html Css Color HEX #9EEFF2 Blizzard Blue

📋 copy color: '#9EEFF2'

red 158 ◦ green 239 ◦ blue 242

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

Shades of Blizzard Blue #9EEFF2

Tints of Blizzard Blue #9EEFF2

RGB

 RED value IS 158 (62.11% from 255) = 24.73%

 GREEN value IS 239 (93.75% from 255) = 37.4%

 BLUE value IS 242 (94.92% from 255) = 37.87%

R = 24.73%
G = 37.4%
B = 37.87%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9EEFF2 (or 0x9EEFF2) is known color: Blizzard Blue. HEX triplet: 9E, EF and F2. RGB value is (158,239,242). Sum of RGB (Red+Green+Blue) = 158+239+242=639 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.73% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEFF2 is #61100D. Grayscale: #D7D7D7. Windows color (decimal): -6361102 or 15921054. OLE color: 15921054.

HSL color Cylindrical-coordinate representation of color #9EEFF2: hue angle of 182.14º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EEFF2 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 239 242 -
CMYK 0.35 0.01 0 0.05
HSL 182.14º 0.76% 0.78% -
HSV(B) 182.14º 0.35% 0.95% -
XYZ 60.99 75.41 95.35 -
YUV 215.12 143.16 87.26 -
System Red Green Blue C M Y K H S L
Decimal 158 239 242 0.35 0.01 0 0.05 182.14 0.76 0.78
Hex 9E EF F2 23 1 0 5 B6 4C 4E
Octal 236 357 362 43 1 0 5 266 114 116
Binary 10011110 11101111 11110010 100011 1 0 101 10110110 1001100 1001110

Color Harmonies of #9EEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEFF2

Black with #9EEFF2

Text Example


Text Example

White with #9EEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEFF2; }

 p { color: rgb(158,239,242); }

 H1.HeaderClassName
 {
   color: #9EEFF2;
 }
 .AnyTagClassName
 {
   color: #9EEFF2;
 }
</style>

background-color css

<style>
 a { background-color: #9EEFF2; }

 a { background-color: rgb(158,239,242); }

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

border-color css

<style>
 span { border-color: #9EEFF2; }

 span { border-color: rgb(158,239,242); }

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