#C0DFD2

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

Shades of Aero Blue #C0DFD2

Tints of Aero Blue #C0DFD2

Color information

#C0DFD2 (or 0xC0DFD2) is unknown color: approx Aero Blue. HEX triplet: C0, DF and D2. RGB value is (192,223,210). Sum of RGB (Red+Green+Blue) = 192+223+210=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 210 (82.42% from 255 or 33.6% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD2 is #3F202D. Grayscale: #D4D4D4. Windows color (decimal): -4137006 or 13819840. OLE color: 13819840.

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

Color convert

RGB192223210-
CMYK0.1400.060.13
HSL154.84º32.63%81.37%-
HSV(B)154.84º13.9%87.45%-
XYZ59.7668.6371.07-
YUV212.25126.73113.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.72%
GREEN value IS 223 (87.5% from 255) = 35.68%
BLUE value IS 210 (82.42% from 255) = 33.6%
R=30.72%
G=35.68%
B=33.6%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232100.1400.060.13154.8432.6381.37
HexC0DFD2E06D9b2151
Octal30033732216061523341121
Binary110000001101111111010010111001101101100110111000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFD2; }

 p { color: rgb(192,223,210); }

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

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

 a { background-color: rgb(192,223,210); }

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

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

 span { border-color: rgb(192,223,210); }

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