Html Css Color HEX #AAD7C0 Nebula

📋 copy color: '#AAD7C0'

red 170 ◦ green 215 ◦ blue 192

#AAD7C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nebula #AAD7C0

Tints of Nebula #AAD7C0

RGB

 RED value IS 170 (66.8% from 255) = 29.46%

 GREEN value IS 215 (84.38% from 255) = 37.26%

 BLUE value IS 192 (75.39% from 255) = 33.28%

R = 29.46%
G = 37.26%
B = 33.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#AAD7C0 (or 0xAAD7C0) is known color: Nebula. HEX triplet: AA, D7 and C0. RGB value is (170,215,192). Sum of RGB (Red+Green+Blue) = 170+215+192=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 215 (84.38% from 255 or 37.26% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7C0 is #55283F. Grayscale: #C6C6C6. Windows color (decimal): -5580864 or 12638122. OLE color: 12638122.

HSL color Cylindrical-coordinate representation of color #AAD7C0: hue angle of 149.33º degrees, saturation: 0.36, 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 #AAD7C0 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 192 -
CMYK 0.21 0 0.11 0.16
HSL 149.33º 0.36% 0.75% -
HSV(B) 149.33º 0.21% 0.84% -
XYZ 50.39 60.95 58.98 -
YUV 198.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 170 215 192 0.21 0 0.11 0.16 149.33 0.36 0.75
Hex AA D7 C0 15 0 B 10 95 24 4B
Octal 252 327 300 25 0 13 20 225 44 113
Binary 10101010 11010111 11000000 10101 0 1011 10000 10010101 100100 1001011

Color Harmonies of #AAD7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7C0

Black with #AAD7C0

Text Example


Text Example

White with #AAD7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7C0; }

 p { color: rgb(170,215,192); }

 H1.HeaderClassName
 {
   color: #AAD7C0;
 }
 .AnyTagClassName
 {
   color: #AAD7C0;
 }
</style>

background-color css

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

 a { background-color: rgb(170,215,192); }

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

border-color css

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

 span { border-color: rgb(170,215,192); }

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