Html Css Color HEX #9FECFC Blizzard Blue

📋 copy color: '#9FECFC'

red 159 ◦ green 236 ◦ blue 252

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

Shades of Blizzard Blue #9FECFC

Tints of Blizzard Blue #9FECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.95%

R = 24.57%
G = 36.48%
B = 38.95%

CMYK

 C value IS 0.37

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9FECFC (or 0x9FECFC) is known color: Blizzard Blue. HEX triplet: 9F, EC and FC. RGB value is (159,236,252). Sum of RGB (Red+Green+Blue) = 159+236+252=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 252 (98.83% from 255 or 38.95% from 647); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FECFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECFC is #601303. Grayscale: #D6D6D6. Windows color (decimal): -6296324 or 16575647. OLE color: 16575647.

HSL color Cylindrical-coordinate representation of color #9FECFC: hue angle of 190.32º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FECFC is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 236 252 -
CMYK 0.37 0.06 0 0.01
HSL 190.32º 0.94% 0.81% -
HSV(B) 190.32º 0.37% 0.99% -
XYZ 61.86 74.39 103.19 -
YUV 214.8 148.99 88.2 -
System Red Green Blue C M Y K H S L
Decimal 159 236 252 0.37 0.06 0 0.01 190.32 0.94 0.81
Hex 9F EC FC 25 6 0 1 BE 5E 51
Octal 237 354 374 45 6 0 1 276 136 121
Binary 10011111 11101100 11111100 100101 110 0 1 10111110 1011110 1010001

Color Harmonies of #9FECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FECFC

Black with #9FECFC

Text Example


Text Example

White with #9FECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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