#C6FADD

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

Shades of Aero Blue #C6FADD

Tints of Aero Blue #C6FADD

Color information

#C6FADD (or 0xC6FADD) is unknown color: approx Aero Blue. HEX triplet: C6, FA and DD. RGB value is (198,250,221). Sum of RGB (Red+Green+Blue) = 198+250+221=669 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.60% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FADD is #390522. Grayscale: #E7E7E7. Windows color (decimal): -3736867 or 14547654. OLE color: 14547654.

HSL color Cylindrical-coordinate representation of color #C6FADD: hue angle of 146.54º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FADD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB198250221-
CMYK0.2100.120.02
HSL146.54º83.87%87.84%-
HSV(B)146.54º20.8%98.04%-
XYZ70.5385.681.21-
YUV231.15122.27104.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 29.60%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=29.60%
G=37.37%
B=33.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982502210.2100.120.02146.5483.8787.84
HexC6FADD150C2935458
Octal306372335250142223124130
Binary1100011011111010110111011010101100101001001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FADD; }

 p { color: rgb(198,250,221); }

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

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

 a { background-color: rgb(198,250,221); }

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

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

 span { border-color: rgb(198,250,221); }

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