#AFD9BB

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

Shades of Fringy Flower #AFD9BB

Tints of Fringy Flower #AFD9BB

Color information

#AFD9BB (or 0xAFD9BB) is unknown color: approx Fringy Flower. HEX triplet: AF, D9 and BB. RGB value is (175,217,187). Sum of RGB (Red+Green+Blue) = 175+217+187=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 187 (73.44% from 255 or 32.30% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD9BB is #502644. Grayscale: #C9C9C9. Windows color (decimal): -5252677 or 12310959. OLE color: 12310959.

HSL color Cylindrical-coordinate representation of color #AFD9BB: hue angle of 137.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD9BB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB175217187-
CMYK0.1900.140.15
HSL137.14º35.59%76.86%-
HSV(B)137.14º19.35%85.1%-
XYZ51.4662.3356.33-
YUV201.02120.09109.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 187 (73.44% from 255) = 32.30%
R=30.22%
G=37.48%
B=32.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752171870.1900.140.15137.1435.5976.86
HexAFD9BB130EF89244d
Octal257331273230161721144115
Binary10101111110110011011101110011011101111100010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9BB; }

 p { color: rgb(175,217,187); }

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

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

 a { background-color: rgb(175,217,187); }

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

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

 span { border-color: rgb(175,217,187); }

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