#C7FEDC

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

Shades of Aero Blue #C7FEDC

Tints of Aero Blue #C7FEDC

Color information

#C7FEDC (or 0xC7FEDC) is unknown color: approx Aero Blue. HEX triplet: C7, FE and DC. RGB value is (199,254,220). Sum of RGB (Red+Green+Blue) = 199+254+220=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEDC is #380123. Grayscale: #E9E9E9. Windows color (decimal): -3670308 or 14483143. OLE color: 14483143.

HSL color Cylindrical-coordinate representation of color #C7FEDC: hue angle of 142.91º 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 #C7FEDC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB199254220-
CMYK0.2200.130.00
HSL142.91º96.49%88.82%-
HSV(B)142.91º21.65%99.61%-
XYZ71.9188.1980.94-
YUV233.68120.28103.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.57%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=29.57%
G=37.74%
B=32.69%

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
Decimal1992542200.2200.130.00142.9196.4988.82
HexC7FEDC160D08f6059
Octal307376334260150217140131
Binary110001111111111011011100101100110101000111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEDC; }

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

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

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

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

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

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

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

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