#A9CDBA

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

Shades of Nebula #A9CDBA

Tints of Nebula #A9CDBA

Color information

#A9CDBA (or 0xA9CDBA) is unknown color: approx Nebula. HEX triplet: A9, CD and BA. RGB value is (169,205,186). Sum of RGB (Red+Green+Blue) = 169+205+186=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDBA is #563245. Grayscale: #C0C0C0. Windows color (decimal): -5648966 or 12242345. OLE color: 12242345.

HSL color Cylindrical-coordinate representation of color #A9CDBA: hue angle of 148.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDBA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB169205186-
CMYK0.1800.090.20
HSL148.33º26.47%73.33%-
HSV(B)148.33º17.56%80.39%-
XYZ47.0655.6454.71-
YUV192.07124.57111.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.18%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 186 (73.05% from 255) = 33.21%
R=30.18%
G=36.61%
B=33.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051860.1800.090.20148.3326.4773.33
HexA9CDBA120914941a49
Octal251315272220112422432111
Binary10101001110011011011101010010010011010010010100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDBA; }

 p { color: rgb(169,205,186); }

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

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

 a { background-color: rgb(169,205,186); }

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

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

 span { border-color: rgb(169,205,186); }

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