#A1D8CD

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

Shades of Sinbad #A1D8CD

Tints of Sinbad #A1D8CD

Color information

#A1D8CD (or 0xA1D8CD) is unknown color: approx Sinbad. HEX triplet: A1, D8 and CD. RGB value is (161,216,205). Sum of RGB (Red+Green+Blue) = 161+216+205=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8CD is #5E2732. Grayscale: #C6C6C6. Windows color (decimal): -6170419 or 13490337. OLE color: 13490337.

HSL color Cylindrical-coordinate representation of color #A1D8CD: hue angle of 168º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8CD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB161216205-
CMYK0.2500.050.15
HSL168º41.35%73.92%-
HSV(B)168º25.46%84.71%-
XYZ50.2761.166.9-
YUV198.3131.78101.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.66%
GREEN value IS 216 (84.77% from 255) = 37.11%
BLUE value IS 205 (80.47% from 255) = 35.22%
R=27.66%
G=37.11%
B=35.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612162050.2500.050.1516841.3573.92
HexA1D8CD1905Fa8294a
Octal24133031531051725051112
Binary1010000111011000110011011100101011111101010001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8CD; }

 p { color: rgb(161,216,205); }

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

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

 a { background-color: rgb(161,216,205); }

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

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

 span { border-color: rgb(161,216,205); }

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