#A9CBB7

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

Shades of Nebula #A9CBB7

Tints of Nebula #A9CBB7

Color information

#A9CBB7 (or 0xA9CBB7) is unknown color: approx Nebula. HEX triplet: A9, CB and B7. RGB value is (169,203,183). Sum of RGB (Red+Green+Blue) = 169+203+183=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 183 (71.88% from 255 or 32.97% from 555); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBB7 is #563448. Grayscale: #BEBEBE. Windows color (decimal): -5649481 or 12045225. OLE color: 12045225.

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

Color convert

RGB169203183-
CMYK0.1700.100.20
HSL144.71º24.64%72.94%-
HSV(B)144.71º16.75%79.61%-
XYZ46.2754.5752.89-
YUV190.55123.74112.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 203 (79.69% from 255) = 36.58%
BLUE value IS 183 (71.88% from 255) = 32.97%
R=30.45%
G=36.58%
B=32.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692031830.1700.100.20144.7124.6472.94
HexA9CBB7110A14911949
Octal251313267210122422131111
Binary10101001110010111011011110001010101010010010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBB7; }

 p { color: rgb(169,203,183); }

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

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

 a { background-color: rgb(169,203,183); }

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

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

 span { border-color: rgb(169,203,183); }

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