#C7FDDE

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

Shades of Aero Blue #C7FDDE

Tints of Aero Blue #C7FDDE

Color information

#C7FDDE (or 0xC7FDDE) is unknown color: approx Aero Blue. HEX triplet: C7, FD and DE. RGB value is (199,253,222). Sum of RGB (Red+Green+Blue) = 199+253+222=674 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.53% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDE is #380221. Grayscale: #E9E9E9. Windows color (decimal): -3670562 or 14613959. OLE color: 14613959.

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

Color convert

RGB199253222-
CMYK0.2100.120.01
HSL145.56º93.1%88.63%-
HSV(B)145.56º21.34%99.22%-
XYZ71.8687.6782.24-
YUV233.32121.61103.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.53%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 222 (87.11% from 255) = 32.94%
R=29.53%
G=37.54%
B=32.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532220.2100.120.01145.5693.188.63
HexC7FDDE150C1925d59
Octal307375336250141222135131
Binary110001111111110111011110101010110011001001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDDE; }

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

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

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

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

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

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

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

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