#C7FEDD

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

Shades of Aero Blue #C7FEDD

Tints of Aero Blue #C7FEDD

Color information

#C7FEDD (or 0xC7FEDD) is unknown color: approx Aero Blue. HEX triplet: C7, FE and DD. RGB value is (199,254,221). Sum of RGB (Red+Green+Blue) = 199+254+221=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FEDD is #380122. Grayscale: #E9E9E9. Windows color (decimal): -3670307 or 14548679. OLE color: 14548679.

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

Color convert

RGB199254221-
CMYK0.2200.130.00
HSL144º96.49%88.82%-
HSV(B)144º21.65%99.61%-
XYZ72.0588.2581.64-
YUV233.79120.78103.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.53%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=29.53%
G=37.69%
B=32.79%

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
Decimal1992542210.2200.130.0014496.4988.82
HexC7FEDD160D0906059
Octal307376335260150220140131
Binary110001111111111011011101101100110101001000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FEDD; }

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

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

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

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

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

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

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

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