Html Css Color HEX #9CF4FF Blizzard Blue

📋 copy color: '#9CF4FF'

red 156 ◦ green 244 ◦ blue 255

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

Shades of Blizzard Blue #9CF4FF

Tints of Blizzard Blue #9CF4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.25%

 BLUE value IS 255 (100% from 255) = 38.93%

R = 23.82%
G = 37.25%
B = 38.93%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9CF4FF (or 0x9CF4FF) is known color: Blizzard Blue. HEX triplet: 9C, F4 and FF. RGB value is (156,244,255). Sum of RGB (Red+Green+Blue) = 156+244+255=655 (86% of max value = 765). Red value is 156 (61.33% from 255 or 23.82% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #9CF4FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CF4FF is #630B00. Grayscale: #DADADA. Windows color (decimal): -6490881 or 16774300. OLE color: 16774300.

HSL color Cylindrical-coordinate representation of color #9CF4FF: hue angle of 186.67º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CF4FF is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 156 244 255 -
CMYK 0.39 0.04 0 0
HSL 186.67º 1% 0.81% -
HSV(B) 186.67º 0.39% 1% -
XYZ 64.11 78.99 106.48 -
YUV 218.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 156 244 255 0.39 0.04 0 0 186.67 1 0.81
Hex 9C F4 FF 27 4 0 0 BB 64 51
Octal 234 364 377 47 4 0 0 273 144 121
Binary 10011100 11110100 11111111 100111 100 0 0 10111011 1100100 1010001

Color Harmonies of #9CF4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF4FF

Black with #9CF4FF

Text Example


Text Example

White with #9CF4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,244,255); }

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

background-color css

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

 a { background-color: rgb(156,244,255); }

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

border-color css

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

 span { border-color: rgb(156,244,255); }

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