#C5DECF

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

Shades of Aero Blue #C5DECF

Tints of Aero Blue #C5DECF

Color information

#C5DECF (or 0xC5DECF) is unknown color: approx Aero Blue. HEX triplet: C5, DE and CF. RGB value is (197,222,207). Sum of RGB (Red+Green+Blue) = 197+222+207=626 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.47% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DECF is #3A2130. Grayscale: #D4D4D4. Windows color (decimal): -3809585 or 13622981. OLE color: 13622981.

HSL color Cylindrical-coordinate representation of color #C5DECF: hue angle of 144º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DECF is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB197222207-
CMYK0.1100.070.13
HSL144º27.47%82.16%-
HSV(B)144º11.26%87.06%-
XYZ60.4168.6269.09-
YUV212.82124.72116.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.47%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=31.47%
G=35.46%
B=33.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972222070.1100.070.1314427.4782.16
HexC5DECFB07D901b52
Octal30533631713071522033122
Binary11000101110111101100111110110111110110010000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DECF; }

 p { color: rgb(197,222,207); }

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

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

 a { background-color: rgb(197,222,207); }

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

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

 span { border-color: rgb(197,222,207); }

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