#A9CAB8

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

Shades of Nebula #A9CAB8

Tints of Nebula #A9CAB8

Color information

#A9CAB8 (or 0xA9CAB8) is unknown color: approx Nebula. HEX triplet: A9, CA and B8. RGB value is (169,202,184). Sum of RGB (Red+Green+Blue) = 169+202+184=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 184 (72.27% from 255 or 33.15% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CAB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CAB8 is #563547. Grayscale: #BEBEBE. Windows color (decimal): -5649736 or 12110505. OLE color: 12110505.

HSL color Cylindrical-coordinate representation of color #A9CAB8: hue angle of 147.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9CAB8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB169202184-
CMYK0.1600.090.21
HSL147.27º23.74%72.75%-
HSV(B)147.27º16.34%79.22%-
XYZ46.1354.1453.37-
YUV190.08124.57112.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.45%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 184 (72.27% from 255) = 33.15%
R=30.45%
G=36.40%
B=33.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1692021840.1600.090.21147.2723.7472.75
HexA9CAB8100915931849
Octal251312270200112522330111
Binary10101001110010101011100010000010011010110010011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CAB8; }

 p { color: rgb(169,202,184); }

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

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

 a { background-color: rgb(169,202,184); }

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

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

 span { border-color: rgb(169,202,184); }

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