#A4D2CF

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

Shades of Sinbad #A4D2CF

Tints of Sinbad #A4D2CF

Color information

#A4D2CF (or 0xA4D2CF) is unknown color: approx Sinbad. HEX triplet: A4, D2 and CF. RGB value is (164,210,207). Sum of RGB (Red+Green+Blue) = 164+210+207=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D2CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D2CF is #5B2D30. Grayscale: #C3C3C3. Windows color (decimal): -5975345 or 13619876. OLE color: 13619876.

HSL color Cylindrical-coordinate representation of color #A4D2CF: hue angle of 176.09º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4D2CF is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB164210207-
CMYK0.2200.010.18
HSL176.09º33.82%73.33%-
HSV(B)176.09º21.9%82.35%-
XYZ49.6258.4967.71-
YUV195.9134.26105.24-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.23%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=28.23%
G=36.14%
B=35.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642102070.2200.010.18176.0933.8273.33
HexA4D2CF160112b02249
Octal24432231726012226042111
Binary101001001101001011001111101100110010101100001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D2CF; }

 p { color: rgb(164,210,207); }

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

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

 a { background-color: rgb(164,210,207); }

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

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

 span { border-color: rgb(164,210,207); }

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