#C5D9CE

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

Shades of Aero Blue #C5D9CE

Tints of Aero Blue #C5D9CE

Color information

#C5D9CE (or 0xC5D9CE) is unknown color: approx Aero Blue. HEX triplet: C5, D9 and CE. RGB value is (197,217,206). Sum of RGB (Red+Green+Blue) = 197+217+206=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D9CE is #3A2631. Grayscale: #D1D1D1. Windows color (decimal): -3810866 or 13556165. OLE color: 13556165.

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

Color convert

RGB197217206-
CMYK0.0900.050.15
HSL147º20.83%81.18%-
HSV(B)147º9.22%85.1%-
XYZ58.9865.9568.01-
YUV209.77125.87118.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 206 (80.86% from 255) = 33.23%
R=31.77%
G=35%
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
Decimal1972172060.0900.050.1514720.8381.18
HexC5D9CE905F931551
Octal30533131611051722325121
Binary11000101110110011100111010010101111110010011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D9CE; }

 p { color: rgb(197,217,206); }

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

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

 a { background-color: rgb(197,217,206); }

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

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

 span { border-color: rgb(197,217,206); }

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