#C7FDDC

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

Shades of Aero Blue #C7FDDC

Tints of Aero Blue #C7FDDC

Color information

#C7FDDC (or 0xC7FDDC) is unknown color: approx Aero Blue. HEX triplet: C7, FD and DC. RGB value is (199,253,220). Sum of RGB (Red+Green+Blue) = 199+253+220=672 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.61% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDC is #380223. Grayscale: #E9E9E9. Windows color (decimal): -3670564 or 14482887. OLE color: 14482887.

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

Color convert

RGB199253220-
CMYK0.2100.130.01
HSL143.33º93.1%88.63%-
HSV(B)143.33º21.34%99.22%-
XYZ71.687.5680.84-
YUV233.09120.61103.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.61%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 220 (86.33% from 255) = 32.74%
R=29.61%
G=37.65%
B=32.74%

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
Decimal1992532200.2100.130.01143.3393.188.63
HexC7FDDC150D18f5d59
Octal307375334250151217135131
Binary110001111111110111011100101010110111000111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDDC; }

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

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

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

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

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

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

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

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