Html Css Color HEX #9FECF6 Blizzard Blue

📋 copy color: '#9FECF6'

red 159 ◦ green 236 ◦ blue 246

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

Shades of Blizzard Blue #9FECF6

Tints of Blizzard Blue #9FECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 38.38%

R = 24.8%
G = 36.82%
B = 38.38%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9FECF6 (or 0x9FECF6) is known color: Blizzard Blue. HEX triplet: 9F, EC and F6. RGB value is (159,236,246). Sum of RGB (Red+Green+Blue) = 159+236+246=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECF6 is #601309. Grayscale: #D5D5D5. Windows color (decimal): -6296330 or 16182431. OLE color: 16182431.

HSL color Cylindrical-coordinate representation of color #9FECF6: hue angle of 186.9º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FECF6 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 236 246 -
CMYK 0.35 0.04 0 0.04
HSL 186.9º 0.83% 0.79% -
HSV(B) 186.9º 0.35% 0.96% -
XYZ 60.93 74.02 98.26 -
YUV 214.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 159 236 246 0.35 0.04 0 0.04 186.9 0.83 0.79
Hex 9F EC F6 23 4 0 4 BB 53 4F
Octal 237 354 366 43 4 0 4 273 123 117
Binary 10011111 11101100 11110110 100011 100 0 100 10111011 1010011 1001111

Color Harmonies of #9FECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECF6

Black with #9FECF6

Text Example


Text Example

White with #9FECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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