Html Css Color HEX #9EDEF2 Blizzard Blue

📋 copy color: '#9EDEF2'

red 158 ◦ green 222 ◦ blue 242

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

Shades of Blizzard Blue #9EDEF2

Tints of Blizzard Blue #9EDEF2

RGB

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

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

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

R = 25.4%
G = 35.69%
B = 38.91%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9EDEF2 (or 0x9EDEF2) is known color: Blizzard Blue. HEX triplet: 9E, DE and F2. RGB value is (158,222,242). Sum of RGB (Red+Green+Blue) = 158+222+242=622 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.40% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EDEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEF2 is #61210D. Grayscale: #CDCDCD. Windows color (decimal): -6365454 or 15916702. OLE color: 15916702.

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

Color convert

RGB 158 222 242 -
CMYK 0.35 0.08 0 0.05
HSL 194.29º 0.76% 0.78% -
HSV(B) 194.29º 0.35% 0.95% -
XYZ 56.25 65.92 93.76 -
YUV 205.14 148.8 94.37 -
System Red Green Blue C M Y K H S L
Decimal 158 222 242 0.35 0.08 0 0.05 194.29 0.76 0.78
Hex 9E DE F2 23 8 0 5 C2 4C 4E
Octal 236 336 362 43 10 0 5 302 114 116
Binary 10011110 11011110 11110010 100011 1000 0 101 11000010 1001100 1001110

Color Harmonies of #9EDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEF2

Black with #9EDEF2

Text Example


Text Example

White with #9EDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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