#A4DFD8

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

Shades of Sinbad #A4DFD8

Tints of Sinbad #A4DFD8

Color information

#A4DFD8 (or 0xA4DFD8) is unknown color: approx Sinbad. HEX triplet: A4, DF and D8. RGB value is (164,223,216). Sum of RGB (Red+Green+Blue) = 164+223+216=603 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.20% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFD8 is #5B2027. Grayscale: #CCCCCC. Windows color (decimal): -5972008 or 14213028. OLE color: 14213028.

HSL color Cylindrical-coordinate representation of color #A4DFD8: hue angle of 172.88º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DFD8 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB164223216-
CMYK0.2600.030.13
HSL172.88º47.97%75.88%-
HSV(B)172.88º26.46%87.45%-
XYZ54.0965.6374.78-
YUV204.56134.4599.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.20%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 216 (84.77% from 255) = 35.82%
R=27.20%
G=36.98%
B=35.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642232160.2600.030.13172.8847.9775.88
HexA4DFD81A03Dad304c
Octal24433733032031525560114
Binary101001001101111111011000110100111101101011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFD8; }

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

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

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

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

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

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

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

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