#C5F7D7

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

Shades of Aero Blue #C5F7D7

Tints of Aero Blue #C5F7D7

Color information

#C5F7D7 (or 0xC5F7D7) is unknown color: approx Aero Blue. HEX triplet: C5, F7 and D7. RGB value is (197,247,215). Sum of RGB (Red+Green+Blue) = 197+247+215=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F7D7 is #3A0828. Grayscale: #E4E4E4. Windows color (decimal): -3803177 or 14153669. OLE color: 14153669.

HSL color Cylindrical-coordinate representation of color #C5F7D7: hue angle of 141.6º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F7D7 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB197247215-
CMYK0.2000.130.03
HSL141.6º75.76%87.06%-
HSV(B)141.6º20.24%96.86%-
XYZ68.5583.376.76-
YUV228.4120.44105.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 29.89%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 215 (84.38% from 255) = 32.63%
R=29.89%
G=37.48%
B=32.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1972472150.2000.130.03141.675.7687.06
HexC5F7D7140D38e4c57
Octal305367327240153216114127
Binary1100010111110111110101111010001101111000111010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F7D7; }

 p { color: rgb(197,247,215); }

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

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

 a { background-color: rgb(197,247,215); }

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

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

 span { border-color: rgb(197,247,215); }

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