#C2FEDB

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

Shades of Aero Blue #C2FEDB

Tints of Aero Blue #C2FEDB

Color information

#C2FEDB (or 0xC2FEDB) is unknown color: approx Aero Blue. HEX triplet: C2, FE and DB. RGB value is (194,254,219). Sum of RGB (Red+Green+Blue) = 194+254+219=667 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.09% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2FEDB is #3D0124. Grayscale: #E8E8E8. Windows color (decimal): -3997989 or 14417602. OLE color: 14417602.

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

Color convert

RGB194254219-
CMYK0.2400.140.00
HSL145º96.77%87.84%-
HSV(B)145º23.62%99.61%-
XYZ70.4887.4780.19-
YUV232.07120.62100.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 29.09%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=29.09%
G=38.08%
B=32.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1942542190.2400.140.0014596.7787.84
HexC2FEDB180E0916158
Octal302376333300160221141130
Binary110000101111111011011011110000111001001000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FEDB; }

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

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

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

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

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

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

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

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