#C5DBCE

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

Shades of Aero Blue #C5DBCE

Tints of Aero Blue #C5DBCE

Color information

#C5DBCE (or 0xC5DBCE) is unknown color: approx Aero Blue. HEX triplet: C5, DB and CE. RGB value is (197,219,206). Sum of RGB (Red+Green+Blue) = 197+219+206=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBCE is #3A2431. Grayscale: #D2D2D2. Windows color (decimal): -3810354 or 13556677. OLE color: 13556677.

HSL color Cylindrical-coordinate representation of color #C5DBCE: hue angle of 144.55º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBCE is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB197219206-
CMYK0.1000.060.14
HSL144.55º23.4%81.57%-
HSV(B)144.55º10.05%85.88%-
XYZ59.566.9968.19-
YUV210.94125.21118.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.67%
GREEN value IS 219 (85.94% from 255) = 35.21%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=31.67%
G=35.21%
B=33.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972192060.1000.060.14144.5523.481.57
HexC5DBCEA06E911752
Octal30533331612061622127122
Binary11000101110110111100111010100110111010010001101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DBCE; }

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

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

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

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

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

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

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

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