#A1D8CF

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

Shades of Sinbad #A1D8CF

Tints of Sinbad #A1D8CF

Color information

#A1D8CF (or 0xA1D8CF) is unknown color: approx Sinbad. HEX triplet: A1, D8 and CF. RGB value is (161,216,207). Sum of RGB (Red+Green+Blue) = 161+216+207=584 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.57% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D8CF is #5E2730. Grayscale: #C6C6C6. Windows color (decimal): -6170417 or 13621409. OLE color: 13621409.

HSL color Cylindrical-coordinate representation of color #A1D8CF: hue angle of 170.18º 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 #A1D8CF is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB161216207-
CMYK0.2500.040.15
HSL170.18º41.35%73.92%-
HSV(B)170.18º25.46%84.71%-
XYZ50.5261.1968.18-
YUV198.53132.78101.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.57%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=27.57%
G=36.99%
B=35.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612162070.2500.040.15170.1841.3573.92
HexA1D8CF1904Faa294a
Octal24133031731041725251112
Binary1010000111011000110011111100101001111101010101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D8CF; }

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

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

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

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

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

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

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

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