Html Css Color HEX #9CF2FC Blizzard Blue

📋 copy color: '#9CF2FC'

red 156 ◦ green 242 ◦ blue 252

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

Shades of Blizzard Blue #9CF2FC

Tints of Blizzard Blue #9CF2FC

RGB

 RED value IS 156 (61.33% from 255) = 24%

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

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

R = 24%
G = 37.23%
B = 38.77%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9CF2FC (or 0x9CF2FC) is known color: Blizzard Blue. HEX triplet: 9C, F2 and FC. RGB value is (156,242,252). Sum of RGB (Red+Green+Blue) = 156+242+252=650 (86% of max value = 765). Red value is 156 (61.33% from 255 or 24% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CF2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF2FC is #630D03. Grayscale: #D9D9D9. Windows color (decimal): -6491396 or 16577180. OLE color: 16577180.

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

Color convert

RGB 156 242 252 -
CMYK 0.38 0.04 0 0.01
HSL 186.25º 0.94% 0.8% -
HSV(B) 186.25º 0.38% 0.99% -
XYZ 63.03 77.6 103.75 -
YUV 217.43 147.51 84.19 -
System Red Green Blue C M Y K H S L
Decimal 156 242 252 0.38 0.04 0 0.01 186.25 0.94 0.8
Hex 9C F2 FC 26 4 0 1 BA 5E 50
Octal 234 362 374 46 4 0 1 272 136 120
Binary 10011100 11110010 11111100 100110 100 0 1 10111010 1011110 1010000

Color Harmonies of #9CF2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF2FC

Black with #9CF2FC

Text Example


Text Example

White with #9CF2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,242,252); }

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

background-color css

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

 a { background-color: rgb(156,242,252); }

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

border-color css

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

 span { border-color: rgb(156,242,252); }

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