Html Css Color HEX #9FF2FA Blizzard Blue

📋 copy color: '#9FF2FA'

red 159 ◦ green 242 ◦ blue 250

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

Shades of Blizzard Blue #9FF2FA

Tints of Blizzard Blue #9FF2FA

RGB

 RED value IS 159 (62.5% from 255) = 24.42%

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

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

R = 24.42%
G = 37.17%
B = 38.4%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FF2FA (or 0x9FF2FA) is known color: Blizzard Blue. HEX triplet: 9F, F2 and FA. RGB value is (159,242,250). Sum of RGB (Red+Green+Blue) = 159+242+250=651 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.42% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FF2FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF2FA is #600D05. Grayscale: #D9D9D9. Windows color (decimal): -6294790 or 16446111. OLE color: 16446111.

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

Color convert

RGB 159 242 250 -
CMYK 0.36 0.03 0 0.02
HSL 185.27º 0.9% 0.8% -
HSV(B) 185.27º 0.36% 0.98% -
XYZ 63.31 77.78 102.12 -
YUV 218.1 146 85.85 -
System Red Green Blue C M Y K H S L
Decimal 159 242 250 0.36 0.03 0 0.02 185.27 0.9 0.8
Hex 9F F2 FA 24 3 0 2 B9 5A 50
Octal 237 362 372 44 3 0 2 271 132 120
Binary 10011111 11110010 11111010 100100 11 0 10 10111001 1011010 1010000

Color Harmonies of #9FF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2FA

Black with #9FF2FA

Text Example


Text Example

White with #9FF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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