#A1E3DC

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

Shades of Sinbad #A1E3DC

Tints of Sinbad #A1E3DC

Color information

#A1E3DC (or 0xA1E3DC) is unknown color: approx Sinbad. HEX triplet: A1, E3 and DC. RGB value is (161,227,220). Sum of RGB (Red+Green+Blue) = 161+227+220=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3DC is #5E1C23. Grayscale: #CECECE. Windows color (decimal): -6167588 or 14476193. OLE color: 14476193.

HSL color Cylindrical-coordinate representation of color #A1E3DC: hue angle of 173.64º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E3DC is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB161227220-
CMYK0.2900.030.11
HSL173.64º54.1%76.08%-
HSV(B)173.64º29.07%89.02%-
XYZ55.0967.6877.87-
YUV206.47135.6395.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.48%
GREEN value IS 227 (89.06% from 255) = 37.34%
BLUE value IS 220 (86.33% from 255) = 36.18%
R=26.48%
G=37.34%
B=36.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612272200.2900.030.11173.6454.176.08
HexA1E3DC1D03Bae364c
Octal24134333435031325666114
Binary101000011110001111011100111010111011101011101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3DC; }

 p { color: rgb(161,227,220); }

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

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

 a { background-color: rgb(161,227,220); }

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

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

 span { border-color: rgb(161,227,220); }

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