Html Css Color HEX #AAD3BA Nebula

📋 copy color: '#AAD3BA'

red 170 ◦ green 211 ◦ blue 186

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

Shades of Nebula #AAD3BA

Tints of Nebula #AAD3BA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.21%

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 29.98%
G = 37.21%
B = 32.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#AAD3BA (or 0xAAD3BA) is known color: Nebula. HEX triplet: AA, D3 and BA. RGB value is (170,211,186). Sum of RGB (Red+Green+Blue) = 170+211+186=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD3BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD3BA is #552C45. Grayscale: #C3C3C3. Windows color (decimal): -5581894 or 12243882. OLE color: 12243882.

HSL color Cylindrical-coordinate representation of color #AAD3BA: hue angle of 143.41º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD3BA is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 186 -
CMYK 0.19 0 0.12 0.17
HSL 143.41º 0.32% 0.75% -
HSV(B) 143.41º 0.19% 0.83% -
XYZ 48.73 58.68 55.21 -
YUV 195.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 170 211 186 0.19 0 0.12 0.17 143.41 0.32 0.75
Hex AA D3 BA 13 0 C 11 8F 20 4B
Octal 252 323 272 23 0 14 21 217 40 113
Binary 10101010 11010011 10111010 10011 0 1100 10001 10001111 100000 1001011

Color Harmonies of #AAD3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD3BA

Black with #AAD3BA

Text Example


Text Example

White with #AAD3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD3BA; }

 p { color: rgb(170,211,186); }

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

background-color css

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

 a { background-color: rgb(170,211,186); }

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

border-color css

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

 span { border-color: rgb(170,211,186); }

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