#C7FEDE

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

Shades of Aero Blue #C7FEDE

Tints of Aero Blue #C7FEDE

Color information

#C7FEDE (or 0xC7FEDE) is unknown color: approx Aero Blue. HEX triplet: C7, FE and DE. RGB value is (199,254,222). Sum of RGB (Red+Green+Blue) = 199+254+222=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEDE is #380121. Grayscale: #E9E9E9. Windows color (decimal): -3670306 or 14614215. OLE color: 14614215.

HSL color Cylindrical-coordinate representation of color #C7FEDE: hue angle of 145.09º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEDE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB199254222-
CMYK0.2200.130.00
HSL145.09º96.49%88.82%-
HSV(B)145.09º21.65%99.61%-
XYZ72.1888.382.35-
YUV233.91121.28103.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.48%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=29.48%
G=37.63%
B=32.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1992542220.2200.130.00145.0996.4988.82
HexC7FEDE160D0916059
Octal307376336260150221140131
Binary110001111111111011011110101100110101001000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEDE; }

 p { color: rgb(199,254,222); }

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

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

 a { background-color: rgb(199,254,222); }

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

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

 span { border-color: rgb(199,254,222); }

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