#AFD1CD

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

Shades of Sinbad #AFD1CD

Tints of Sinbad #AFD1CD

Color information

#AFD1CD (or 0xAFD1CD) is unknown color: approx Sinbad. HEX triplet: AF, D1 and CD. RGB value is (175,209,205). Sum of RGB (Red+Green+Blue) = 175+209+205=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 209 (82.03% from 255 or 35.48% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD1CD is #502E32. Grayscale: #C6C6C6. Windows color (decimal): -5254707 or 13488559. OLE color: 13488559.

HSL color Cylindrical-coordinate representation of color #AFD1CD: hue angle of 172.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD1CD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB175209205-
CMYK0.1600.020.18
HSL172.94º26.98%75.29%-
HSV(B)172.94º16.27%81.96%-
XYZ51.559.1266.46-
YUV198.38131.74111.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 209 (82.03% from 255) = 35.48%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=29.71%
G=35.48%
B=34.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752092050.1600.020.18172.9426.9875.29
HexAFD1CD100212ad1b4b
Octal25732131520022225533113
Binary101011111101000111001101100000101001010101101110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD1CD; }

 p { color: rgb(175,209,205); }

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

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

 a { background-color: rgb(175,209,205); }

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

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

 span { border-color: rgb(175,209,205); }

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