#A9CDBB

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

Shades of Nebula #A9CDBB

Tints of Nebula #A9CDBB

Color information

#A9CDBB (or 0xA9CDBB) is unknown color: approx Nebula. HEX triplet: A9, CD and BB. RGB value is (169,205,187). Sum of RGB (Red+Green+Blue) = 169+205+187=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDBB is #563244. Grayscale: #C0C0C0. Windows color (decimal): -5648965 or 12307881. OLE color: 12307881.

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

Color convert

RGB169205187-
CMYK0.1800.090.20
HSL150º26.47%73.33%-
HSV(B)150º17.56%80.39%-
XYZ47.1655.6955.28-
YUV192.18125.07111.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.12%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 187 (73.44% from 255) = 33.33%
R=30.12%
G=36.54%
B=33.33%

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
Decimal1692051870.1800.090.2015026.4773.33
HexA9CDBB120914961a49
Octal251315273220112422632111
Binary10101001110011011011101110010010011010010010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CDBB; }

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

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

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

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

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

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

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

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