#AAD6C1

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

Shades of Nebula #AAD6C1

Tints of Nebula #AAD6C1

Color information

#AAD6C1 (or 0xAAD6C1) is unknown color: approx Nebula. HEX triplet: AA, D6 and C1. RGB value is (170,214,193). Sum of RGB (Red+Green+Blue) = 170+214+193=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 214 (83.98% from 255 or 37.09% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6C1 is #55293E. Grayscale: #C6C6C6. Windows color (decimal): -5581119 or 12703402. OLE color: 12703402.

HSL color Cylindrical-coordinate representation of color #AAD6C1: hue angle of 151.36º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD6C1 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB170214193-
CMYK0.2100.100.16
HSL151.36º34.92%75.29%-
HSV(B)151.36º20.56%83.92%-
XYZ50.2560.4959.48-
YUV198.45124.92107.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 214 (83.98% from 255) = 37.09%
BLUE value IS 193 (75.78% from 255) = 33.45%
R=29.46%
G=37.09%
B=33.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702141930.2100.100.16151.3634.9275.29
HexAAD6C1150A1097234b
Octal252326301250122022743113
Binary101010101101011011000001101010101010000100101111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD6C1; }

 p { color: rgb(170,214,193); }

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

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

 a { background-color: rgb(170,214,193); }

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

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

 span { border-color: rgb(170,214,193); }

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