#C0DCD0

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

Shades of Aero Blue #C0DCD0

Tints of Aero Blue #C0DCD0

Color information

#C0DCD0 (or 0xC0DCD0) is unknown color: approx Aero Blue. HEX triplet: C0, DC and D0. RGB value is (192,220,208). Sum of RGB (Red+Green+Blue) = 192+220+208=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 208 (81.64% from 255 or 33.55% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCD0 is #3F232F. Grayscale: #D2D2D2. Windows color (decimal): -4137776 or 13688000. OLE color: 13688000.

HSL color Cylindrical-coordinate representation of color #C0DCD0: hue angle of 154.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCD0 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB192220208-
CMYK0.1300.050.14
HSL154.29º28.57%80.78%-
HSV(B)154.29º12.73%86.27%-
XYZ58.7266.9569.5-
YUV210.26126.72114.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 208 (81.64% from 255) = 33.55%
R=30.97%
G=35.48%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922202080.1300.050.14154.2928.5780.78
HexC0DCD0D05E9a1d51
Octal30033432015051623235121
Binary11000000110111001101000011010101111010011010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCD0; }

 p { color: rgb(192,220,208); }

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

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

 a { background-color: rgb(192,220,208); }

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

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

 span { border-color: rgb(192,220,208); }

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