#A1E0DC

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

Shades of Sinbad #A1E0DC

Tints of Sinbad #A1E0DC

Color information

#A1E0DC (or 0xA1E0DC) is unknown color: approx Sinbad. HEX triplet: A1, E0 and DC. RGB value is (161,224,220). Sum of RGB (Red+Green+Blue) = 161+224+220=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0DC is #5E1F23. Grayscale: #CCCCCC. Windows color (decimal): -6168356 or 14475425. OLE color: 14475425.

HSL color Cylindrical-coordinate representation of color #A1E0DC: hue angle of 176.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E0DC is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB161224220-
CMYK0.2800.020.12
HSL176.19º50.4%75.49%-
HSV(B)176.19º28.12%87.84%-
XYZ54.2766.0677.6-
YUV204.71136.6396.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.61%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 220 (86.33% from 255) = 36.36%
R=26.61%
G=37.02%
B=36.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612242200.2800.020.12176.1950.475.49
HexA1E0DC1C02Cb0324b
Octal24134033434021426062113
Binary101000011110000011011100111000101100101100001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E0DC; }

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

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

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

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

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

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

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

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