#A5D1CD

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

Shades of Sinbad #A5D1CD

Tints of Sinbad #A5D1CD

Color information

#A5D1CD (or 0xA5D1CD) is unknown color: approx Sinbad. HEX triplet: A5, D1 and CD. RGB value is (165,209,205). Sum of RGB (Red+Green+Blue) = 165+209+205=579 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.50% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1CD is #5A2E32. Grayscale: #C3C3C3. Windows color (decimal): -5910067 or 13488549. OLE color: 13488549.

HSL color Cylindrical-coordinate representation of color #A5D1CD: hue angle of 174.55º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5D1CD is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB165209205-
CMYK0.2100.020.18
HSL174.55º32.35%73.33%-
HSV(B)174.55º21.05%81.96%-
XYZ49.3458.0166.35-
YUV195.39133.42106.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.50%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=28.50%
G=36.10%
B=35.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652092050.2100.020.18174.5532.3573.33
HexA5D1CD150212af2049
Octal24532131525022225740111
Binary1010010111010001110011011010101010010101011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D1CD; }

 p { color: rgb(165,209,205); }

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

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

 a { background-color: rgb(165,209,205); }

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

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

 span { border-color: rgb(165,209,205); }

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