#C6DACF

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

Shades of Aero Blue #C6DACF

Tints of Aero Blue #C6DACF

Color information

#C6DACF (or 0xC6DACF) is unknown color: approx Aero Blue. HEX triplet: C6, DA and CF. RGB value is (198,218,207). Sum of RGB (Red+Green+Blue) = 198+218+207=623 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.78% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6DACF is #392530. Grayscale: #D2D2D2. Windows color (decimal): -3745073 or 13621958. OLE color: 13621958.

HSL color Cylindrical-coordinate representation of color #C6DACF: hue angle of 147º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6DACF is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB198218207-
CMYK0.0900.050.15
HSL147º21.28%81.57%-
HSV(B)147º9.17%85.49%-
XYZ59.6266.6568.75-
YUV210.77125.87118.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.78%
GREEN value IS 218 (85.55% from 255) = 34.99%
BLUE value IS 207 (81.25% from 255) = 33.23%
R=31.78%
G=34.99%
B=33.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982182070.0900.050.1514721.2881.57
HexC6DACF905F931552
Octal30633231711051722325122
Binary11000110110110101100111110010101111110010011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DACF; }

 p { color: rgb(198,218,207); }

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

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

 a { background-color: rgb(198,218,207); }

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

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

 span { border-color: rgb(198,218,207); }

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