#A9D1BF

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

Shades of Nebula #A9D1BF

Tints of Nebula #A9D1BF

Color information

#A9D1BF (or 0xA9D1BF) is unknown color: approx Nebula. HEX triplet: A9, D1 and BF. RGB value is (169,209,191). Sum of RGB (Red+Green+Blue) = 169+209+191=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 209 (82.03% from 255 or 36.73% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 209 - color contains mainly: green. Hex color #A9D1BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D1BF is #562E40. Grayscale: #C3C3C3. Windows color (decimal): -5647937 or 12571049. OLE color: 12571049.

HSL color Cylindrical-coordinate representation of color #A9D1BF: hue angle of 153º degrees, saturation: 0.3, 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 #A9D1BF is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB169209191-
CMYK0.1900.090.18
HSL153º30.3%74.12%-
HSV(B)153º19.14%81.96%-
XYZ48.5757.857.89-
YUV194.99125.75109.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 209 (82.03% from 255) = 36.73%
BLUE value IS 191 (75% from 255) = 33.57%
R=29.70%
G=36.73%
B=33.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692091910.1900.090.1815330.374.12
HexA9D1BF130912991e4a
Octal251321277230112223136112
Binary10101001110100011011111110011010011001010011001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D1BF; }

 p { color: rgb(169,209,191); }

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

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

 a { background-color: rgb(169,209,191); }

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

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

 span { border-color: rgb(169,209,191); }

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