#AFD8D7

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

Shades of Sinbad #AFD8D7

Tints of Sinbad #AFD8D7

Color information

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

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

Color convert

RGB175216215-
CMYK0.1900.000.15
HSL178.54º34.45%76.67%-
HSV(B)178.54º18.98%84.71%-
XYZ54.563.1373.6-
YUV203.63134.42107.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752162150.1900.000.15178.5434.4576.67
HexAFD8D71300Fb3224d
Octal25733032723001726342115
Binary10101111110110001101011110011001111101100111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8D7; }

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

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

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

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

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

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

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

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