#C0FBDB

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

Shades of Aero Blue #C0FBDB

Tints of Aero Blue #C0FBDB

Color information

#C0FBDB (or 0xC0FBDB) is unknown color: approx Aero Blue. HEX triplet: C0, FB and DB. RGB value is (192,251,219). Sum of RGB (Red+Green+Blue) = 192+251+219=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FBDB is #3F0424. Grayscale: #E5E5E5. Windows color (decimal): -4129829 or 14416832. OLE color: 14416832.

HSL color Cylindrical-coordinate representation of color #C0FBDB: hue angle of 147.46º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBDB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB192251219-
CMYK0.2400.130.02
HSL147.46º88.06%86.86%-
HSV(B)147.46º23.51%98.43%-
XYZ69.0285.3279.85-
YUV229.71121.95101.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.00%
GREEN value IS 251 (98.44% from 255) = 37.92%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=29.00%
G=37.92%
B=33.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512190.2400.130.02147.4688.0686.86
HexC0FBDB180D2935857
Octal300373333300152223130127
Binary1100000011111011110110111100001101101001001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBDB; }

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

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

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

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

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

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

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

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