#A8CDBB

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

Shades of Nebula #A8CDBB

Tints of Nebula #A8CDBB

Color information

#A8CDBB (or 0xA8CDBB) is unknown color: approx Nebula. HEX triplet: A8, CD and BB. RGB value is (168,205,187). Sum of RGB (Red+Green+Blue) = 168+205+187=560 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CDBB is #573244. Grayscale: #BFBFBF. Windows color (decimal): -5714501 or 12307880. OLE color: 12307880.

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

Color convert

RGB168205187-
CMYK0.1800.090.20
HSL150.81º27.01%73.14%-
HSV(B)150.81º18.05%80.39%-
XYZ46.9555.5855.27-
YUV191.89125.24110.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30%
GREEN value IS 205 (80.47% from 255) = 36.61%
BLUE value IS 187 (73.44% from 255) = 33.39%
R=30%
G=36.61%
B=33.39%

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
Decimal1682051870.1800.090.20150.8127.0173.14
HexA8CDBB120914971b49
Octal250315273220112422733111
Binary10101000110011011011101110010010011010010010111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDBB; }

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

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

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

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

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

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

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

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