#C4FCDC

Color #C4FCDC Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C4FCDC

Tints of Aero Blue #C4FCDC

Color information

#C4FCDC (or 0xC4FCDC) is unknown color: approx Aero Blue. HEX triplet: C4, FC and DC. RGB value is (196,252,220). Sum of RGB (Red+Green+Blue) = 196+252+220=668 (88% of max value = 765). Red value is 196 (76.95% from 255 or 29.34% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4FCDC is #3B0323. Grayscale: #E7E7E7. Windows color (decimal): -3867428 or 14482628. OLE color: 14482628.

HSL color Cylindrical-coordinate representation of color #C4FCDC: hue angle of 145.71º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4FCDC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB196252220-
CMYK0.2200.130.01
HSL145.71º90.32%87.84%-
HSV(B)145.71º22.22%98.82%-
XYZ70.4986.5280.7-
YUV231.61121.45102.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 29.34%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=29.34%
G=37.72%
B=32.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1962522200.2200.130.01145.7190.3287.84
HexC4FCDC160D1925a58
Octal304374334260151222132130
Binary110001001111110011011100101100110111001001010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FCDC; }

 p { color: rgb(196,252,220); }

 H1.HeaderClassName
 {
   color: #C4FCDC;
 }
 .AnyTagClassName
 {
   color: #C4FCDC;
 }
</style>
background-color css

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

 a { background-color: rgb(196,252,220); }

 div.DivClassName
 {
   background-color: #C4FCDC;
 }
 .BgClassName
 {
   background-color: #C4FCDC;
 }
</style>
border-color css

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

 span { border-color: rgb(196,252,220); }

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