#A4DCDA

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

Shades of Sinbad #A4DCDA

Tints of Sinbad #A4DCDA

Color information

#A4DCDA (or 0xA4DCDA) is unknown color: approx Sinbad. HEX triplet: A4, DC and DA. RGB value is (164,220,218). Sum of RGB (Red+Green+Blue) = 164+220+218=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCDA is #5B2325. Grayscale: #CACACA. Windows color (decimal): -5972774 or 14343332. OLE color: 14343332.

HSL color Cylindrical-coordinate representation of color #A4DCDA: hue angle of 177.86º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A4DCDA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB164220218-
CMYK0.2500.010.14
HSL177.86º44.44%75.29%-
HSV(B)177.86º25.45%86.27%-
XYZ53.5664.1475.89-
YUV203.03136.45100.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.24%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 218 (85.55% from 255) = 36.21%
R=27.24%
G=36.54%
B=36.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642202180.2500.010.14177.8644.4475.29
HexA4DCDA1901Eb22c4b
Octal24433433231011626254113
Binary10100100110111001101101011001011110101100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DCDA; }

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

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

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

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

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

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

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

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