#ABD5BB

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

Shades of Nebula #ABD5BB

Tints of Nebula #ABD5BB

Color information

#ABD5BB (or 0xABD5BB) is unknown color: approx Nebula. HEX triplet: AB, D5 and BB. RGB value is (171,213,187). Sum of RGB (Red+Green+Blue) = 171+213+187=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5BB is #542A44. Grayscale: #C5C5C5. Windows color (decimal): -5515845 or 12309931. OLE color: 12309931.

HSL color Cylindrical-coordinate representation of color #ABD5BB: hue angle of 142.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD5BB is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB171213187-
CMYK0.2000.120.16
HSL142.86º33.33%75.29%-
HSV(B)142.86º19.72%83.53%-
XYZ49.5659.8355.95-
YUV197.48122.09109.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.95%
GREEN value IS 213 (83.59% from 255) = 37.30%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=29.95%
G=37.30%
B=32.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712131870.2000.120.16142.8633.3375.29
HexABD5BB140C108f214b
Octal253325273240142021741113
Binary101010111101010110111011101000110010000100011111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5BB; }

 p { color: rgb(171,213,187); }

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

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

 a { background-color: rgb(171,213,187); }

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

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

 span { border-color: rgb(171,213,187); }

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