Html Css Color HEX #9EF2FA Blizzard Blue

📋 copy color: '#9EF2FA'

red 158 ◦ green 242 ◦ blue 250

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

Shades of Blizzard Blue #9EF2FA

Tints of Blizzard Blue #9EF2FA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.23%

 BLUE value IS 250 (98.05% from 255) = 38.46%

R = 24.31%
G = 37.23%
B = 38.46%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EF2FA (or 0x9EF2FA) is known color: Blizzard Blue. HEX triplet: 9E, F2 and FA. RGB value is (158,242,250). Sum of RGB (Red+Green+Blue) = 158+242+250=650 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.31% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF2FA is #610D05. Grayscale: #D9D9D9. Windows color (decimal): -6360326 or 16446110. OLE color: 16446110.

HSL color Cylindrical-coordinate representation of color #9EF2FA: hue angle of 185.22º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF2FA is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 242 250 -
CMYK 0.37 0.03 0 0.02
HSL 185.22º 0.9% 0.8% -
HSV(B) 185.22º 0.37% 0.98% -
XYZ 63.11 77.68 102.11 -
YUV 217.8 146.17 85.35 -
System Red Green Blue C M Y K H S L
Decimal 158 242 250 0.37 0.03 0 0.02 185.22 0.9 0.8
Hex 9E F2 FA 25 3 0 2 B9 5A 50
Octal 236 362 372 45 3 0 2 271 132 120
Binary 10011110 11110010 11111010 100101 11 0 10 10111001 1011010 1010000

Color Harmonies of #9EF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF2FA

Black with #9EF2FA

Text Example


Text Example

White with #9EF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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