#ABD3BF

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

Shades of Nebula #ABD3BF

Tints of Nebula #ABD3BF

Color information

#ABD3BF (or 0xABD3BF) is unknown color: approx Nebula. HEX triplet: AB, D3 and BF. RGB value is (171,211,191). Sum of RGB (Red+Green+Blue) = 171+211+191=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 211 (82.81% from 255 or 36.82% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3BF is #542C40. Grayscale: #C4C4C4. Windows color (decimal): -5516353 or 12571563. OLE color: 12571563.

HSL color Cylindrical-coordinate representation of color #ABD3BF: hue angle of 150º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD3BF is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB171211191-
CMYK0.1900.090.17
HSL150º31.25%74.9%-
HSV(B)150º18.96%82.75%-
XYZ49.4959.0158.07-
YUV196.76124.75109.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 211 (82.81% from 255) = 36.82%
BLUE value IS 191 (75% from 255) = 33.33%
R=29.84%
G=36.82%
B=33.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712111910.1900.090.1715031.2574.9
HexABD3BF130911961f4b
Octal253323277230112122637113
Binary10101011110100111011111110011010011000110010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3BF; }

 p { color: rgb(171,211,191); }

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

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

 a { background-color: rgb(171,211,191); }

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

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

 span { border-color: rgb(171,211,191); }

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