#C6D7CE

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

Shades of Aero Blue #C6D7CE

Tints of Aero Blue #C6D7CE

Color information

#C6D7CE (or 0xC6D7CE) is unknown color: approx Aero Blue. HEX triplet: C6, D7 and CE. RGB value is (198,215,206). Sum of RGB (Red+Green+Blue) = 198+215+206=619 (81% of max value = 765). Red value is 198 (77.73% from 255 or 31.99% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D7CE is #392831. Grayscale: #D0D0D0. Windows color (decimal): -3745842 or 13555654. OLE color: 13555654.

HSL color Cylindrical-coordinate representation of color #C6D7CE: hue angle of 148.24º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6D7CE is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB198215206-
CMYK0.0800.040.16
HSL148.24º17.53%80.98%-
HSV(B)148.24º7.91%84.31%-
XYZ58.7365.0667.86-
YUV208.89126.37120.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.99%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=31.99%
G=34.73%
B=33.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982152060.0800.040.16148.2417.5380.98
HexC6D7CE80410941251
Octal30632731610042022422121
Binary110001101101011111001110100001001000010010100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D7CE; }

 p { color: rgb(198,215,206); }

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

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

 a { background-color: rgb(198,215,206); }

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

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

 span { border-color: rgb(198,215,206); }

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