#A1D2CA

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

Shades of Sinbad #A1D2CA

Tints of Sinbad #A1D2CA

Color information

#A1D2CA (or 0xA1D2CA) is unknown color: approx Sinbad. HEX triplet: A1, D2 and CA. RGB value is (161,210,202). Sum of RGB (Red+Green+Blue) = 161+210+202=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D2CA is #5E2D35. Grayscale: #C2C2C2. Windows color (decimal): -6171958 or 13292193. OLE color: 13292193.

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

Color convert

RGB161210202-
CMYK0.2300.040.18
HSL170.2º35.25%72.75%-
HSV(B)170.2º23.33%82.35%-
XYZ48.4157.9364.51-
YUV194.44132.27104.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.10%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=28.10%
G=36.65%
B=35.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612102020.2300.040.18170.235.2572.75
HexA1D2CA170412aa2349
Octal24132231227042225243111
Binary10100001110100101100101010111010010010101010101000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2CA; }

 p { color: rgb(161,210,202); }

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

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

 a { background-color: rgb(161,210,202); }

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

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

 span { border-color: rgb(161,210,202); }

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