#A1D5CA

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

Shades of Sinbad #A1D5CA

Tints of Sinbad #A1D5CA

Color information

#A1D5CA (or 0xA1D5CA) is unknown color: approx Sinbad. HEX triplet: A1, D5 and CA. RGB value is (161,213,202). Sum of RGB (Red+Green+Blue) = 161+213+202=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D5CA is #5E2A35. Grayscale: #C4C4C4. Windows color (decimal): -6171190 or 13292961. OLE color: 13292961.

HSL color Cylindrical-coordinate representation of color #A1D5CA: hue angle of 167.31º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5CA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB161213202-
CMYK0.2400.050.16
HSL167.31º38.24%73.33%-
HSV(B)167.31º24.41%83.53%-
XYZ49.1559.4364.76-
YUV196.2131.27102.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.95%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=27.95%
G=36.98%
B=35.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612132020.2400.050.16167.3138.2473.33
HexA1D5CA180510a72649
Octal24132531230052024746111
Binary10100001110101011100101011000010110000101001111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D5CA; }

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

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

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

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

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

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

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

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