#C7FCDC

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

Shades of Aero Blue #C7FCDC

Tints of Aero Blue #C7FCDC

Color information

#C7FCDC (or 0xC7FCDC) is unknown color: approx Aero Blue. HEX triplet: C7, FC and DC. RGB value is (199,252,220). Sum of RGB (Red+Green+Blue) = 199+252+220=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #C7FCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FCDC is #380323. Grayscale: #E8E8E8. Windows color (decimal): -3670820 or 14482631. OLE color: 14482631.

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

Color convert

RGB199252220-
CMYK0.2100.130.01
HSL143.77º89.83%88.43%-
HSV(B)143.77º21.03%98.82%-
XYZ71.2886.9380.73-
YUV232.5120.94104.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.66%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=29.66%
G=37.56%
B=32.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992522200.2100.130.01143.7789.8388.43
HexC7FCDC150D1905a58
Octal307374334250151220132130
Binary110001111111110011011100101010110111001000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FCDC; }

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

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

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

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

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

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

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

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