#C0DCCF

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

Shades of Aero Blue #C0DCCF

Tints of Aero Blue #C0DCCF

Color information

#C0DCCF (or 0xC0DCCF) is unknown color: approx Aero Blue. HEX triplet: C0, DC and CF. RGB value is (192,220,207). Sum of RGB (Red+Green+Blue) = 192+220+207=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCCF is #3F2330. Grayscale: #D2D2D2. Windows color (decimal): -4137777 or 13622464. OLE color: 13622464.

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

Color convert

RGB192220207-
CMYK0.1300.060.14
HSL152.14º28.57%80.78%-
HSV(B)152.14º12.73%86.27%-
XYZ58.5966.968.86-
YUV210.15126.22115.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 207 (81.25% from 255) = 33.44%
R=31.02%
G=35.54%
B=33.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922202070.1300.060.14152.1428.5780.78
HexC0DCCFD06E981d51
Octal30033431715061623035121
Binary11000000110111001100111111010110111010011000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DCCF; }

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

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

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

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

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

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

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

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