#A9D0BA

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

Shades of Nebula #A9D0BA

Tints of Nebula #A9D0BA

Color information

#A9D0BA (or 0xA9D0BA) is unknown color: approx Nebula. HEX triplet: A9, D0 and BA. RGB value is (169,208,186). Sum of RGB (Red+Green+Blue) = 169+208+186=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0BA is #562F45. Grayscale: #C1C1C1. Windows color (decimal): -5648198 or 12243113. OLE color: 12243113.

HSL color Cylindrical-coordinate representation of color #A9D0BA: hue angle of 146.15º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D0BA is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB169208186-
CMYK0.1900.110.18
HSL146.15º29.32%73.92%-
HSV(B)146.15º18.75%81.57%-
XYZ47.7857.0954.96-
YUV193.83123.58110.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.02%
GREEN value IS 208 (81.64% from 255) = 36.94%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=30.02%
G=36.94%
B=33.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692081860.1900.110.18146.1529.3273.92
HexA9D0BA130B12921d4a
Octal251320272230132222235112
Binary10101001110100001011101010011010111001010010010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0BA; }

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

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

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

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

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

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

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

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