#AFD2CE

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

Shades of Sinbad #AFD2CE

Tints of Sinbad #AFD2CE

Color information

#AFD2CE (or 0xAFD2CE) is unknown color: approx Sinbad. HEX triplet: AF, D2 and CE. RGB value is (175,210,206). Sum of RGB (Red+Green+Blue) = 175+210+206=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD2CE is #502D31. Grayscale: #C7C7C7. Windows color (decimal): -5254450 or 13554351. OLE color: 13554351.

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

Color convert

RGB175210206-
CMYK0.1700.020.18
HSL173.14º28%75.49%-
HSV(B)173.14º16.67%82.35%-
XYZ51.8759.6667.18-
YUV199.08131.9110.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.61%
GREEN value IS 210 (82.42% from 255) = 35.53%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=29.61%
G=35.53%
B=34.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752102060.1700.020.18173.142875.49
HexAFD2CE110212ad1c4b
Octal25732231621022225534113
Binary101011111101001011001110100010101001010101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD2CE; }

 p { color: rgb(175,210,206); }

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

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

 a { background-color: rgb(175,210,206); }

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

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

 span { border-color: rgb(175,210,206); }

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