Html Css Color HEX #9FECF7 Blizzard Blue

📋 copy color: '#9FECF7'

red 159 ◦ green 236 ◦ blue 247

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

Shades of Blizzard Blue #9FECF7

Tints of Blizzard Blue #9FECF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.47%

R = 24.77%
G = 36.76%
B = 38.47%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9FECF7 (or 0x9FECF7) is known color: Blizzard Blue. HEX triplet: 9F, EC and F7. RGB value is (159,236,247). Sum of RGB (Red+Green+Blue) = 159+236+247=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FECF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECF7 is #601308. Grayscale: #D6D6D6. Windows color (decimal): -6296329 or 16247967. OLE color: 16247967.

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

Color convert

RGB 159 236 247 -
CMYK 0.36 0.04 0 0.03
HSL 187.5º 0.85% 0.8% -
HSV(B) 187.5º 0.36% 0.97% -
XYZ 61.08 74.08 99.07 -
YUV 214.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 159 236 247 0.36 0.04 0 0.03 187.5 0.85 0.8
Hex 9F EC F7 24 4 0 3 BC 55 50
Octal 237 354 367 44 4 0 3 274 125 120
Binary 10011111 11101100 11110111 100100 100 0 11 10111100 1010101 1010000

Color Harmonies of #9FECF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECF7

Black with #9FECF7

Text Example


Text Example

White with #9FECF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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