#C7FDDD

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

Shades of Aero Blue #C7FDDD

Tints of Aero Blue #C7FDDD

Color information

#C7FDDD (or 0xC7FDDD) is unknown color: approx Aero Blue. HEX triplet: C7, FD and DD. RGB value is (199,253,221). Sum of RGB (Red+Green+Blue) = 199+253+221=673 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.57% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDD is #380222. Grayscale: #E9E9E9. Windows color (decimal): -3670563 or 14548423. OLE color: 14548423.

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

Color convert

RGB199253221-
CMYK0.2100.130.01
HSL144.44º93.1%88.63%-
HSV(B)144.44º21.34%99.22%-
XYZ71.7387.6181.54-
YUV233.21121.11103.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.57%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=29.57%
G=37.59%
B=32.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532210.2100.130.01144.4493.188.63
HexC7FDDD150D1905d59
Octal307375335250151220135131
Binary110001111111110111011101101010110111001000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDDD; }

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

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

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

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

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

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

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

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