#A4DFDC

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

Shades of Sinbad #A4DFDC

Tints of Sinbad #A4DFDC

Color information

#A4DFDC (or 0xA4DFDC) is unknown color: approx Sinbad. HEX triplet: A4, DF and DC. RGB value is (164,223,220). Sum of RGB (Red+Green+Blue) = 164+223+220=607 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.02% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #A4DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DFDC is #5B2023. Grayscale: #CCCCCC. Windows color (decimal): -5972004 or 14475172. OLE color: 14475172.

HSL color Cylindrical-coordinate representation of color #A4DFDC: hue angle of 176.95º 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 #A4DFDC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB164223220-
CMYK0.2600.010.13
HSL176.95º47.97%75.88%-
HSV(B)176.95º26.46%87.45%-
XYZ54.6265.8477.54-
YUV205.02136.4598.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.02%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=27.02%
G=36.74%
B=36.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642232200.2600.010.13176.9547.9775.88
HexA4DFDC1A01Db1304c
Octal24433733432011526160114
Binary10100100110111111101110011010011101101100011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DFDC; }

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

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

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

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

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

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

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

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