#C0FFDB

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

Shades of Aero Blue #C0FFDB

Tints of Aero Blue #C0FFDB

Color information

#C0FFDB (or 0xC0FFDB) is unknown color: approx Aero Blue. HEX triplet: C0, FF and DB. RGB value is (192,255,219). Sum of RGB (Red+Green+Blue) = 192+255+219=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFDB is #3F0024. Grayscale: #E8E8E8. Windows color (decimal): -4128805 or 14417856. OLE color: 14417856.

HSL color Cylindrical-coordinate representation of color #C0FFDB: hue angle of 145.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFDB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB192255219-
CMYK0.2500.140
HSL145.71º100%87.65%-
HSV(B)145.71º24.71%100%-
XYZ70.2887.8480.27-
YUV232.06120.6399.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.83%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=28.83%
G=38.29%
B=32.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552190.2500.140145.7110087.65
HexC0FFDB190E0926458
Octal300377333310160222144130
Binary110000001111111111011011110010111001001001011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFDB; }

 p { color: rgb(192,255,219); }

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

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

 a { background-color: rgb(192,255,219); }

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

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

 span { border-color: rgb(192,255,219); }

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