#A1DEDC

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

Shades of Sinbad #A1DEDC

Tints of Sinbad #A1DEDC

Color information

#A1DEDC (or 0xA1DEDC) is unknown color: approx Sinbad. HEX triplet: A1, DE and DC. RGB value is (161,222,220). Sum of RGB (Red+Green+Blue) = 161+222+220=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEDC is #5E2123. Grayscale: #CBCBCB. Windows color (decimal): -6168868 or 14474913. OLE color: 14474913.

HSL color Cylindrical-coordinate representation of color #A1DEDC: hue angle of 178.03º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEDC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB161222220-
CMYK0.2700.010.13
HSL178.03º48.03%75.1%-
HSV(B)178.03º27.48%87.06%-
XYZ53.7464.9977.42-
YUV203.53137.2997.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.70%
GREEN value IS 222 (87.11% from 255) = 36.82%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=26.70%
G=36.82%
B=36.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612222200.2700.010.13178.0348.0375.1
HexA1DEDC1B01Db2304b
Octal24133633433011526260113
Binary10100001110111101101110011011011101101100101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DEDC; }

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

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

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

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

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

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

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

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