#C6FFDC

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

Shades of Aero Blue #C6FFDC

Tints of Aero Blue #C6FFDC

Color information

#C6FFDC (or 0xC6FFDC) is unknown color: approx Aero Blue. HEX triplet: C6, FF and DC. RGB value is (198,255,220). Sum of RGB (Red+Green+Blue) = 198+255+220=673 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.42% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FFDC is #390023. Grayscale: #EAEAEA. Windows color (decimal): -3735588 or 14483398. OLE color: 14483398.

HSL color Cylindrical-coordinate representation of color #C6FFDC: hue angle of 143.16º 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 #C6FFDC is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB198255220-
CMYK0.2200.140
HSL143.16º100%88.82%-
HSV(B)143.16º22.35%100%-
XYZ71.9788.6981.04-
YUV233.97120.12102.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.42%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=29.42%
G=37.89%
B=32.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982552200.2200.140143.1610088.82
HexC6FFDC160E08f6459
Octal306377334260160217144131
Binary110001101111111111011100101100111001000111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FFDC; }

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

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

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

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

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

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

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

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