#A5D1C8

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

Shades of Sinbad #A5D1C8

Tints of Sinbad #A5D1C8

Color information

#A5D1C8 (or 0xA5D1C8) is unknown color: approx Sinbad. HEX triplet: A5, D1 and C8. RGB value is (165,209,200). Sum of RGB (Red+Green+Blue) = 165+209+200=574 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.75% from 574); Green value is 209 (82.03% from 255 or 36.41% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 209 - color contains mainly: green. Hex color #A5D1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D1C8 is #5A2E37. Grayscale: #C2C2C2. Windows color (decimal): -5910072 or 13160869. OLE color: 13160869.

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

Color convert

RGB165209200-
CMYK0.2100.040.18
HSL167.73º32.35%73.33%-
HSV(B)167.73º21.05%81.96%-
XYZ48.7457.7763.23-
YUV194.82130.92106.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.75%
GREEN value IS 209 (82.03% from 255) = 36.41%
BLUE value IS 200 (78.52% from 255) = 34.84%
R=28.75%
G=36.41%
B=34.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1652092000.2100.040.18167.7332.3573.33
HexA5D1C8150412a82049
Octal24532131025042225040111
Binary10100101110100011100100010101010010010101010001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D1C8; }

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

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

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

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

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

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

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

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