#AFD5D6

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

Shades of Sinbad #AFD5D6

Tints of Sinbad #AFD5D6

Color information

#AFD5D6 (or 0xAFD5D6) is unknown color: approx Sinbad. HEX triplet: AF, D5 and D6. RGB value is (175,213,214). Sum of RGB (Red+Green+Blue) = 175+213+214=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 214 - color contains mainly: blue. Hex color #AFD5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5D6 is #502A29. Grayscale: #C9C9C9. Windows color (decimal): -5253674 or 14079407. OLE color: 14079407.

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

Color convert

RGB175213214-
CMYK0.180.0000.16
HSL181.54º32.23%76.27%-
HSV(B)181.54º18.22%83.92%-
XYZ53.6161.5672.67-
YUV201.75134.91108.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752132140.180.0000.16181.5432.2376.27
HexAFD5D6120010b6204c
Octal25732532622002026640114
Binary101011111101010111010110100100010000101101101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5D6; }

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

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

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

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

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

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

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

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