#AAD5BF

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

Shades of Nebula #AAD5BF

Tints of Nebula #AAD5BF

Color information

#AAD5BF (or 0xAAD5BF) is unknown color: approx Nebula. HEX triplet: AA, D5 and BF. RGB value is (170,213,191). Sum of RGB (Red+Green+Blue) = 170+213+191=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 213 (83.59% from 255 or 37.11% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5BF is #552A40. Grayscale: #C5C5C5. Windows color (decimal): -5581377 or 12572074. OLE color: 12572074.

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

Color convert

RGB170213191-
CMYK0.2000.100.16
HSL149.3º33.86%75.1%-
HSV(B)149.3º20.19%83.53%-
XYZ49.7859.958.23-
YUV197.64124.25108.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 213 (83.59% from 255) = 37.11%
BLUE value IS 191 (75% from 255) = 33.28%
R=29.62%
G=37.11%
B=33.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1702131910.2000.100.16149.333.8675.1
HexAAD5BF140A1095224b
Octal252325277240122022542113
Binary101010101101010110111111101000101010000100101011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD5BF; }

 p { color: rgb(170,213,191); }

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

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

 a { background-color: rgb(170,213,191); }

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

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

 span { border-color: rgb(170,213,191); }

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