#C7FFDD

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

Shades of Aero Blue #C7FFDD

Tints of Aero Blue #C7FFDD

Color information

#C7FFDD (or 0xC7FFDD) is unknown color: approx Aero Blue. HEX triplet: C7, FF and DD. RGB value is (199,255,221). Sum of RGB (Red+Green+Blue) = 199+255+221=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FFDD is #380022. Grayscale: #EAEAEA. Windows color (decimal): -3670051 or 14548935. OLE color: 14548935.

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

Color convert

RGB199255221-
CMYK0.2200.130
HSL143.57º100%89.02%-
HSV(B)143.57º21.96%100%-
XYZ72.3688.8881.75-
YUV234.38120.45102.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.48%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=29.48%
G=37.78%
B=32.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1992552210.2200.130143.5710089.02
HexC7FFDD160D0906459
Octal307377335260150220144131
Binary110001111111111111011101101100110101001000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FFDD; }

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

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

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

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

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

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

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

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