#A4D8CD

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

Shades of Sinbad #A4D8CD

Tints of Sinbad #A4D8CD

Color information

#A4D8CD (or 0xA4D8CD) is unknown color: approx Sinbad. HEX triplet: A4, D8 and CD. RGB value is (164,216,205). Sum of RGB (Red+Green+Blue) = 164+216+205=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8CD is #5B2732. Grayscale: #C7C7C7. Windows color (decimal): -5973811 or 13490340. OLE color: 13490340.

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

Color convert

RGB164216205-
CMYK0.2400.050.15
HSL167.31º40%74.51%-
HSV(B)167.31º24.07%84.71%-
XYZ50.8961.4166.93-
YUV199.2131.27102.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.03%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=28.03%
G=36.92%
B=35.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642162050.2400.050.15167.314074.51
HexA4D8CD1805Fa7284b
Octal24433031530051724750113
Binary1010010011011000110011011100001011111101001111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D8CD; }

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

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

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

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

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

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

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

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