#C7FDDB

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

Shades of Aero Blue #C7FDDB

Tints of Aero Blue #C7FDDB

Color information

#C7FDDB (or 0xC7FDDB) is unknown color: approx Aero Blue. HEX triplet: C7, FD and DB. RGB value is (199,253,219). Sum of RGB (Red+Green+Blue) = 199+253+219=671 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.66% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDB is #380224. Grayscale: #E9E9E9. Windows color (decimal): -3670565 or 14417351. OLE color: 14417351.

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

Color convert

RGB199253219-
CMYK0.2100.130.01
HSL142.22º93.1%88.63%-
HSV(B)142.22º21.34%99.22%-
XYZ71.4687.5180.14-
YUV232.98120.11103.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.66%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 219 (85.94% from 255) = 32.64%
R=29.66%
G=37.70%
B=32.64%

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
Decimal1992532190.2100.130.01142.2293.188.63
HexC7FDDB150D18e5d59
Octal307375333250151216135131
Binary110001111111110111011011101010110111000111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDDB; }

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

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

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

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

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

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

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

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