#C5DCCF

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

Shades of Aero Blue #C5DCCF

Tints of Aero Blue #C5DCCF

Color information

#C5DCCF (or 0xC5DCCF) is unknown color: approx Aero Blue. HEX triplet: C5, DC and CF. RGB value is (197,220,207). Sum of RGB (Red+Green+Blue) = 197+220+207=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCF is #3A2330. Grayscale: #D3D3D3. Windows color (decimal): -3810097 or 13622469. OLE color: 13622469.

HSL color Cylindrical-coordinate representation of color #C5DCCF: hue angle of 146.09º degrees, saturation: 0.25, 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 #C5DCCF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB197220207-
CMYK0.1000.060.14
HSL146.09º24.73%81.76%-
HSV(B)146.09º10.45%86.27%-
XYZ59.8867.5668.92-
YUV211.64125.38117.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.57%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=31.57%
G=35.26%
B=33.17%

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
Decimal1972202070.1000.060.14146.0924.7381.76
HexC5DCCFA06E921952
Octal30533431712061622231122
Binary11000101110111001100111110100110111010010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DCCF; }

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

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

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

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

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

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

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

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