#C0DECF

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

Shades of Aero Blue #C0DECF

Tints of Aero Blue #C0DECF

Color information

#C0DECF (or 0xC0DECF) is unknown color: approx Aero Blue. HEX triplet: C0, DE and CF. RGB value is (192,222,207). Sum of RGB (Red+Green+Blue) = 192+222+207=621 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.92% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DECF is #3F2130. Grayscale: #D3D3D3. Windows color (decimal): -4137265 or 13622976. OLE color: 13622976.

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

Color convert

RGB192222207-
CMYK0.1400.070.13
HSL150º31.25%81.18%-
HSV(B)150º13.51%87.06%-
XYZ59.1267.9569.03-
YUV211.32125.56114.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 30.92%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=30.92%
G=35.75%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1922222070.1400.070.1315031.2581.18
HexC0DECFE07D961f51
Octal30033631716071522637121
Binary11000000110111101100111111100111110110010110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DECF; }

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

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

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

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

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

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

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

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