#A1E3DE

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

Shades of Sinbad #A1E3DE

Tints of Sinbad #A1E3DE

Color information

#A1E3DE (or 0xA1E3DE) is unknown color: approx Sinbad. HEX triplet: A1, E3 and DE. RGB value is (161,227,222). Sum of RGB (Red+Green+Blue) = 161+227+222=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E3DE is #5E1C21. Grayscale: #CECECE. Windows color (decimal): -6167586 or 14607265. OLE color: 14607265.

HSL color Cylindrical-coordinate representation of color #A1E3DE: hue angle of 175.45º 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 #A1E3DE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB161227222-
CMYK0.2900.020.11
HSL175.45º54.1%76.08%-
HSV(B)175.45º29.07%89.02%-
XYZ55.3567.7979.27-
YUV206.7136.6395.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.39%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 222 (87.11% from 255) = 36.39%
R=26.39%
G=37.21%
B=36.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612272220.2900.020.11175.4554.176.08
HexA1E3DE1D02Baf364c
Octal24134333635021325766114
Binary101000011110001111011110111010101011101011111101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3DE; }

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

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

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

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

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

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

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

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