#A1D9CC

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

Shades of Sinbad #A1D9CC

Tints of Sinbad #A1D9CC

Color information

#A1D9CC (or 0xA1D9CC) is unknown color: approx Sinbad. HEX triplet: A1, D9 and CC. RGB value is (161,217,204). Sum of RGB (Red+Green+Blue) = 161+217+204=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 217 (85.16% from 255 or 37.29% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9CC is #5E2633. Grayscale: #C6C6C6. Windows color (decimal): -6170164 or 13425057. OLE color: 13425057.

HSL color Cylindrical-coordinate representation of color #A1D9CC: hue angle of 166.07º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D9CC is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB161217204-
CMYK0.2600.060.15
HSL166.07º42.42%74.12%-
HSV(B)166.07º25.81%85.1%-
XYZ50.4161.5666.35-
YUV198.77130.95101.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.66%
GREEN value IS 217 (85.16% from 255) = 37.29%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=27.66%
G=37.29%
B=35.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612172040.2600.060.15166.0742.4274.12
HexA1D9CC1A06Fa62a4a
Octal24133131432061724652112
Binary1010000111011001110011001101001101111101001101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D9CC; }

 p { color: rgb(161,217,204); }

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

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

 a { background-color: rgb(161,217,204); }

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

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

 span { border-color: rgb(161,217,204); }

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