#C0F8D8

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

Shades of Aero Blue #C0F8D8

Tints of Aero Blue #C0F8D8

Color information

#C0F8D8 (or 0xC0F8D8) is unknown color: approx Aero Blue. HEX triplet: C0, F8 and D8. RGB value is (192,248,216). Sum of RGB (Red+Green+Blue) = 192+248+216=656 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.27% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 216 (84.77% from 255 or 32.93% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8D8 is #3F0727. Grayscale: #E3E3E3. Windows color (decimal): -4130600 or 14219456. OLE color: 14219456.

HSL color Cylindrical-coordinate representation of color #C0F8D8: hue angle of 145.71º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8D8 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB192248216-
CMYK0.2300.130.03
HSL145.71º80%86.27%-
HSV(B)145.71º22.58%97.25%-
XYZ67.783.377.48-
YUV227.61121.45102.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.27%
GREEN value IS 248 (97.27% from 255) = 37.80%
BLUE value IS 216 (84.77% from 255) = 32.93%
R=29.27%
G=37.80%
B=32.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922482160.2300.130.03145.718086.27
HexC0F8D8170D3925056
Octal300370330270153222120126
Binary1100000011111000110110001011101101111001001010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8D8; }

 p { color: rgb(192,248,216); }

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

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

 a { background-color: rgb(192,248,216); }

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

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

 span { border-color: rgb(192,248,216); }

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