#AFD8D8

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

Shades of Sinbad #AFD8D8

Tints of Sinbad #AFD8D8

Color information

#AFD8D8 (or 0xAFD8D8) is unknown color: approx Sinbad. HEX triplet: AF, D8 and D8. RGB value is (175,216,216). Sum of RGB (Red+Green+Blue) = 175+216+216=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #AFD8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8D8 is #502727. Grayscale: #CBCBCB. Windows color (decimal): -5252904 or 14211247. OLE color: 14211247.

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

Color convert

RGB175216216-
CMYK0.19000.15
HSL180º34.45%76.67%-
HSV(B)180º18.98%84.71%-
XYZ54.6363.1874.28-
YUV203.74134.92107.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 216 (84.77% from 255) = 35.58%
BLUE value IS 216 (84.77% from 255) = 35.58%
R=28.83%
G=35.58%
B=35.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752162160.19000.1518034.4576.67
HexAFD8D81300Fb4224d
Octal25733033023001726442115
Binary10101111110110001101100010011001111101101001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8D8; }

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

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

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

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

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

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

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

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