#A1D8CB

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

Shades of Sinbad #A1D8CB

Tints of Sinbad #A1D8CB

Color information

#A1D8CB (or 0xA1D8CB) is unknown color: approx Sinbad. HEX triplet: A1, D8 and CB. RGB value is (161,216,203). Sum of RGB (Red+Green+Blue) = 161+216+203=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8CB is #5E2734. Grayscale: #C6C6C6. Windows color (decimal): -6170421 or 13359265. OLE color: 13359265.

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

Color convert

RGB161216203-
CMYK0.2500.060.15
HSL165.82º41.35%73.92%-
HSV(B)165.82º25.46%84.71%-
XYZ50.036165.64-
YUV198.07130.78101.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 216 (84.77% from 255) = 37.24%
BLUE value IS 203 (79.69% from 255) = 35%
R=27.76%
G=37.24%
B=35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612162030.2500.060.15165.8241.3573.92
HexA1D8CB1906Fa6294a
Octal24133031331061724651112
Binary1010000111011000110010111100101101111101001101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8CB; }

 p { color: rgb(161,216,203); }

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

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

 a { background-color: rgb(161,216,203); }

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

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

 span { border-color: rgb(161,216,203); }

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