Html Css Color HEX #AAD8C0 Nebula

📋 copy color: '#AAD8C0'

red 170 ◦ green 216 ◦ blue 192

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

Shades of Nebula #AAD8C0

Tints of Nebula #AAD8C0

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.37%

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

R = 29.41%
G = 37.37%
B = 33.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#AAD8C0 (or 0xAAD8C0) is known color: Nebula. HEX triplet: AA, D8 and C0. RGB value is (170,216,192). Sum of RGB (Red+Green+Blue) = 170+216+192=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 216 (84.77% from 255 or 37.37% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C0 is #55273F. Grayscale: #C7C7C7. Windows color (decimal): -5580608 or 12638378. OLE color: 12638378.

HSL color Cylindrical-coordinate representation of color #AAD8C0: hue angle of 148.7º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAD8C0 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 192 -
CMYK 0.21 0 0.11 0.15
HSL 148.7º 0.37% 0.76% -
HSV(B) 148.7º 0.21% 0.85% -
XYZ 50.65 61.46 59.06 -
YUV 199.51 123.76 106.95 -
System Red Green Blue C M Y K H S L
Decimal 170 216 192 0.21 0 0.11 0.15 148.7 0.37 0.76
Hex AA D8 C0 15 0 B F 95 25 4C
Octal 252 330 300 25 0 13 17 225 45 114
Binary 10101010 11011000 11000000 10101 0 1011 1111 10010101 100101 1001100

Color Harmonies of #AAD8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8C0

Black with #AAD8C0

Text Example


Text Example

White with #AAD8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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