#AFDBC1

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

Shades of Nebula #AFDBC1

Tints of Nebula #AFDBC1

Color information

#AFDBC1 (or 0xAFDBC1) is unknown color: approx Nebula. HEX triplet: AF, DB and C1. RGB value is (175,219,193). Sum of RGB (Red+Green+Blue) = 175+219+193=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 193 (75.78% from 255 or 32.88% from 587); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBC1 is #50243E. Grayscale: #CACACA. Windows color (decimal): -5252159 or 12704687. OLE color: 12704687.

HSL color Cylindrical-coordinate representation of color #AFDBC1: hue angle of 144.55º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBC1 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB175219193-
CMYK0.2000.120.14
HSL144.55º37.93%77.25%-
HSV(B)144.55º20.09%85.88%-
XYZ52.6463.6359.96-
YUV202.88122.42108.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.81%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 193 (75.78% from 255) = 32.88%
R=29.81%
G=37.31%
B=32.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191930.2000.120.14144.5537.9377.25
HexAFDBC1140CE91264d
Octal257333301240141622146115
Binary10101111110110111100000110100011001110100100011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBC1; }

 p { color: rgb(175,219,193); }

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

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

 a { background-color: rgb(175,219,193); }

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

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

 span { border-color: rgb(175,219,193); }

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