#C0DFD3

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

Shades of Aero Blue #C0DFD3

Tints of Aero Blue #C0DFD3

Color information

#C0DFD3 (or 0xC0DFD3) is unknown color: approx Aero Blue. HEX triplet: C0, DF and D3. RGB value is (192,223,211). Sum of RGB (Red+Green+Blue) = 192+223+211=626 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.67% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFD3 is #3F202C. Grayscale: #D4D4D4. Windows color (decimal): -4137005 or 13885376. OLE color: 13885376.

HSL color Cylindrical-coordinate representation of color #C0DFD3: hue angle of 156.77º 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 #C0DFD3 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB192223211-
CMYK0.1400.050.13
HSL156.77º32.63%81.37%-
HSV(B)156.77º13.9%87.45%-
XYZ59.8868.6871.73-
YUV212.36127.23113.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.67%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 211 (82.81% from 255) = 33.71%
R=30.67%
G=35.62%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922232110.1400.050.13156.7732.6381.37
HexC0DFD3E05D9d2151
Octal30033732316051523541121
Binary110000001101111111010011111001011101100111011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DFD3; }

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

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

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

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

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

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

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

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