Html Css Color HEX #9FECFA Blizzard Blue

📋 copy color: '#9FECFA'

red 159 ◦ green 236 ◦ blue 250

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

Shades of Blizzard Blue #9FECFA

Tints of Blizzard Blue #9FECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.59%

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

R = 24.65%
G = 36.59%
B = 38.76%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FECFA (or 0x9FECFA) is known color: Blizzard Blue. HEX triplet: 9F, EC and FA. RGB value is (159,236,250). Sum of RGB (Red+Green+Blue) = 159+236+250=645 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.65% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FECFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFA is #601305. Grayscale: #D6D6D6. Windows color (decimal): -6296326 or 16444575. OLE color: 16444575.

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

Color convert

RGB 159 236 250 -
CMYK 0.36 0.06 0 0.02
HSL 189.23º 0.9% 0.8% -
HSV(B) 189.23º 0.36% 0.98% -
XYZ 61.55 74.26 101.53 -
YUV 214.57 147.99 88.36 -
System Red Green Blue C M Y K H S L
Decimal 159 236 250 0.36 0.06 0 0.02 189.23 0.9 0.8
Hex 9F EC FA 24 6 0 2 BD 5A 50
Octal 237 354 372 44 6 0 2 275 132 120
Binary 10011111 11101100 11111010 100100 110 0 10 10111101 1011010 1010000

Color Harmonies of #9FECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECFA

Black with #9FECFA

Text Example


Text Example

White with #9FECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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