#C2FFDB

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

Shades of Aero Blue #C2FFDB

Tints of Aero Blue #C2FFDB

Color information

#C2FFDB (or 0xC2FFDB) is unknown color: approx Aero Blue. HEX triplet: C2, FF and DB. RGB value is (194,255,219). Sum of RGB (Red+Green+Blue) = 194+255+219=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FFDB is #3D0024. Grayscale: #E8E8E8. Windows color (decimal): -3997733 or 14417858. OLE color: 14417858.

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

Color convert

RGB194255219-
CMYK0.2400.140
HSL144.59º100%88.04%-
HSV(B)144.59º23.92%100%-
XYZ70.7988.180.29-
YUV232.66120.29100.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.04%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=29.04%
G=38.17%
B=32.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1942552190.2400.140144.5910088.04
HexC2FFDB180E0916458
Octal302377333300160221144130
Binary110000101111111111011011110000111001001000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FFDB; }

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

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

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

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

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

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

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

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