#C7FFDC

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

Shades of Aero Blue #C7FFDC

Tints of Aero Blue #C7FFDC

Color information

#C7FFDC (or 0xC7FFDC) is unknown color: approx Aero Blue. HEX triplet: C7, FF and DC. RGB value is (199,255,220). Sum of RGB (Red+Green+Blue) = 199+255+220=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFDC is #380023. Grayscale: #EAEAEA. Windows color (decimal): -3670052 or 14483399. OLE color: 14483399.

HSL color Cylindrical-coordinate representation of color #C7FFDC: hue angle of 142.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFDC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB199255220-
CMYK0.2200.140
HSL142.5º100%89.02%-
HSV(B)142.5º21.96%100%-
XYZ72.2388.8381.05-
YUV234.27119.95102.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.53%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 220 (86.33% from 255) = 32.64%
R=29.53%
G=37.83%
B=32.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992552200.2200.140142.510089.02
HexC7FFDC160E08e6459
Octal307377334260160216144131
Binary110001111111111111011100101100111001000111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FFDC; }

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

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

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

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

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

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

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

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