Html Css Color HEX #9EE7F6 Blizzard Blue

📋 copy color: '#9EE7F6'

red 158 ◦ green 231 ◦ blue 246

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

Shades of Blizzard Blue #9EE7F6

Tints of Blizzard Blue #9EE7F6

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.38%

 BLUE value IS 246 (96.48% from 255) = 38.74%

R = 24.88%
G = 36.38%
B = 38.74%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9EE7F6 (or 0x9EE7F6) is known color: Blizzard Blue. HEX triplet: 9E, E7 and F6. RGB value is (158,231,246). Sum of RGB (Red+Green+Blue) = 158+231+246=635 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.88% from 635); Green value is 231 (90.62% from 255 or 36.38% from 635); Blue value is 246 (96.48% from 255 or 38.74% from 635); Max value from RGB is 246 - color contains mainly: blue. Hex color #9EE7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE7F6 is #611809. Grayscale: #D2D2D2. Windows color (decimal): -6363146 or 16181150. OLE color: 16181150.

HSL color Cylindrical-coordinate representation of color #9EE7F6: hue angle of 190.23º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EE7F6 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 158 231 246 -
CMYK 0.36 0.06 0 0.04
HSL 190.23º 0.83% 0.79% -
HSV(B) 190.23º 0.36% 0.96% -
XYZ 59.31 71.07 97.78 -
YUV 210.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 158 231 246 0.36 0.06 0 0.04 190.23 0.83 0.79
Hex 9E E7 F6 24 6 0 4 BE 53 4F
Octal 236 347 366 44 6 0 4 276 123 117
Binary 10011110 11100111 11110110 100100 110 0 100 10111110 1010011 1001111

Color Harmonies of #9EE7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE7F6

Black with #9EE7F6

Text Example


Text Example

White with #9EE7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,231,246); }

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

background-color css

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

 a { background-color: rgb(158,231,246); }

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

border-color css

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

 span { border-color: rgb(158,231,246); }

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