#AFD6D5

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

Shades of Sinbad #AFD6D5

Tints of Sinbad #AFD6D5

Color information

#AFD6D5 (or 0xAFD6D5) is unknown color: approx Sinbad. HEX triplet: AF, D6 and D5. RGB value is (175,214,213). Sum of RGB (Red+Green+Blue) = 175+214+213=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD6D5 is #50292A. Grayscale: #CACACA. Windows color (decimal): -5253419 or 14014127. OLE color: 14014127.

HSL color Cylindrical-coordinate representation of color #AFD6D5: hue angle of 178.46º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD6D5 is Cyan = 0.18, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB175214213-
CMYK0.1800.000.16
HSL178.46º32.23%76.27%-
HSV(B)178.46º18.22%83.92%-
XYZ53.7462.0172.09-
YUV202.22134.08108.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 214 (83.98% from 255) = 35.55%
BLUE value IS 213 (83.59% from 255) = 35.38%
R=29.07%
G=35.55%
B=35.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752142130.1800.000.16178.4632.2376.27
HexAFD6D5120010b2204c
Octal25732632522002026240114
Binary101011111101011011010101100100010000101100101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6D5; }

 p { color: rgb(175,214,213); }

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

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

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

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

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

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

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