#C5D8CE

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

Shades of Aero Blue #C5D8CE

Tints of Aero Blue #C5D8CE

Color information

#C5D8CE (or 0xC5D8CE) is unknown color: approx Aero Blue. HEX triplet: C5, D8 and CE. RGB value is (197,216,206). Sum of RGB (Red+Green+Blue) = 197+216+206=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8CE is #3A2731. Grayscale: #D1D1D1. Windows color (decimal): -3811122 or 13555909. OLE color: 13555909.

HSL color Cylindrical-coordinate representation of color #C5D8CE: hue angle of 148.42º degrees, saturation: 0.2, 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 #C5D8CE is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB197216206-
CMYK0.0900.050.15
HSL148.42º19.59%80.98%-
HSV(B)148.42º8.8%84.71%-
XYZ58.7265.4467.93-
YUV209.18126.21119.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.83%
GREEN value IS 216 (84.77% from 255) = 34.89%
BLUE value IS 206 (80.86% from 255) = 33.28%
R=31.83%
G=34.89%
B=33.28%

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
Decimal1972162060.0900.050.15148.4219.5980.98
HexC5D8CE905F941451
Octal30533031611051722424121
Binary11000101110110001100111010010101111110010100101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D8CE; }

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

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

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

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

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

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

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

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