#C0DDCF

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

Shades of Aero Blue #C0DDCF

Tints of Aero Blue #C0DDCF

Color information

#C0DDCF (or 0xC0DDCF) is unknown color: approx Aero Blue. HEX triplet: C0, DD and CF. RGB value is (192,221,207). Sum of RGB (Red+Green+Blue) = 192+221+207=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDCF is #3F2230. Grayscale: #D2D2D2. Windows color (decimal): -4137521 or 13622720. OLE color: 13622720.

HSL color Cylindrical-coordinate representation of color #C0DDCF: hue angle of 151.03º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DDCF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB192221207-
CMYK0.1300.060.13
HSL151.03º29.9%80.98%-
HSV(B)151.03º13.12%86.67%-
XYZ58.8667.4268.94-
YUV210.73125.89114.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.97%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=30.97%
G=35.65%
B=33.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922212070.1300.060.13151.0329.980.98
HexC0DDCFD06D971e51
Octal30033531715061522736121
Binary11000000110111011100111111010110110110010111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DDCF; }

 p { color: rgb(192,221,207); }

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

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

 a { background-color: rgb(192,221,207); }

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

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

 span { border-color: rgb(192,221,207); }

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