Html Css Color HEX #9EE9FA Blizzard Blue

📋 copy color: '#9EE9FA'

red 158 ◦ green 233 ◦ blue 250

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

Shades of Blizzard Blue #9EE9FA

Tints of Blizzard Blue #9EE9FA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.35%

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

R = 24.65%
G = 36.35%
B = 39%

CMYK

 C value IS 0.37

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EE9FA (or 0x9EE9FA) is known color: Blizzard Blue. HEX triplet: 9E, E9 and FA. RGB value is (158,233,250). Sum of RGB (Red+Green+Blue) = 158+233+250=641 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.65% from 641); Green value is 233 (91.41% from 255 or 36.35% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EE9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EE9FA is #611605. Grayscale: #D4D4D4. Windows color (decimal): -6362630 or 16443806. OLE color: 16443806.

HSL color Cylindrical-coordinate representation of color #9EE9FA: hue angle of 191.09º 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 #9EE9FA is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 233 250 -
CMYK 0.37 0.07 0 0.02
HSL 191.09º 0.9% 0.8% -
HSV(B) 191.09º 0.37% 0.98% -
XYZ 60.49 72.45 101.24 -
YUV 212.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 158 233 250 0.37 0.07 0 0.02 191.09 0.9 0.8
Hex 9E E9 FA 25 7 0 2 BF 5A 50
Octal 236 351 372 45 7 0 2 277 132 120
Binary 10011110 11101001 11111010 100101 111 0 10 10111111 1011010 1010000

Color Harmonies of #9EE9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE9FA

Black with #9EE9FA

Text Example


Text Example

White with #9EE9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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