#C2FDDB

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

Shades of Aero Blue #C2FDDB

Tints of Aero Blue #C2FDDB

Color information

#C2FDDB (or 0xC2FDDB) is unknown color: approx Aero Blue. HEX triplet: C2, FD and DB. RGB value is (194,253,219). Sum of RGB (Red+Green+Blue) = 194+253+219=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #C2FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FDDB is #3D0224. Grayscale: #E7E7E7. Windows color (decimal): -3998245 or 14417346. OLE color: 14417346.

HSL color Cylindrical-coordinate representation of color #C2FDDB: hue angle of 145.42º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FDDB is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB194253219-
CMYK0.2300.130.01
HSL145.42º93.65%87.65%-
HSV(B)145.42º23.32%99.22%-
XYZ70.1686.8380.08-
YUV231.48120.95101.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.13%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 219 (85.94% from 255) = 32.88%
R=29.13%
G=37.99%
B=32.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1942532190.2300.130.01145.4293.6587.65
HexC2FDDB170D1915e58
Octal302375333270151221136130
Binary110000101111110111011011101110110111001000110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FDDB; }

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

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

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

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

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

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

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

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