#A1DFDC

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

Shades of Sinbad #A1DFDC

Tints of Sinbad #A1DFDC

Color information

#A1DFDC (or 0xA1DFDC) is unknown color: approx Sinbad. HEX triplet: A1, DF and DC. RGB value is (161,223,220). Sum of RGB (Red+Green+Blue) = 161+223+220=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFDC is #5E2023. Grayscale: #CCCCCC. Windows color (decimal): -6168612 or 14475169. OLE color: 14475169.

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

Color convert

RGB161223220-
CMYK0.2800.010.13
HSL177.1º49.21%75.29%-
HSV(B)177.1º27.8%87.45%-
XYZ5465.5277.51-
YUV204.12136.9697.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.66%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 220 (86.33% from 255) = 36.42%
R=26.66%
G=36.92%
B=36.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612232200.2800.010.13177.149.2175.29
HexA1DFDC1C01Db1314b
Octal24133733434011526161113
Binary10100001110111111101110011100011101101100011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFDC; }

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

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

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

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

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

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

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

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