#AFD7D8

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

Shades of Sinbad #AFD7D8

Tints of Sinbad #AFD7D8

Color information

#AFD7D8 (or 0xAFD7D8) is unknown color: approx Sinbad. HEX triplet: AF, D7 and D8. RGB value is (175,215,216). Sum of RGB (Red+Green+Blue) = 175+215+216=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 216 (84.77% from 255 or 35.64% from 606); Max value from RGB is 216 - color contains mainly: blue. Hex color #AFD7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD7D8 is #502827. Grayscale: #CBCBCB. Windows color (decimal): -5253160 or 14210991. OLE color: 14210991.

HSL color Cylindrical-coordinate representation of color #AFD7D8: hue angle of 181.46º degrees, saturation: 0.34, 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 #AFD7D8 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175215216-
CMYK0.190.0000.15
HSL181.46º34.45%76.67%-
HSV(B)181.46º18.98%84.71%-
XYZ54.3762.6774.2-
YUV203.15135.25107.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 216 (84.77% from 255) = 35.64%
R=28.88%
G=35.48%
B=35.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752152160.190.0000.15181.4634.4576.67
HexAFD7D81300Fb5224d
Octal25732733023001726542115
Binary10101111110101111101100010011001111101101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7D8; }

 p { color: rgb(175,215,216); }

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

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

 a { background-color: rgb(175,215,216); }

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

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

 span { border-color: rgb(175,215,216); }

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