#A1D4CF

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

Shades of Sinbad #A1D4CF

Tints of Sinbad #A1D4CF

Color information

#A1D4CF (or 0xA1D4CF) is unknown color: approx Sinbad. HEX triplet: A1, D4 and CF. RGB value is (161,212,207). Sum of RGB (Red+Green+Blue) = 161+212+207=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D4CF is #5E2B30. Grayscale: #C4C4C4. Windows color (decimal): -6171441 or 13620385. OLE color: 13620385.

HSL color Cylindrical-coordinate representation of color #A1D4CF: hue angle of 174.12º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D4CF is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB161212207-
CMYK0.2400.020.17
HSL174.12º37.23%73.14%-
HSV(B)174.12º24.06%83.14%-
XYZ49.559.1767.84-
YUV196.18134.1102.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.76%
GREEN value IS 212 (83.20% from 255) = 36.55%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=27.76%
G=36.55%
B=35.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612122070.2400.020.17174.1237.2373.14
HexA1D4CF180211ae2549
Octal24132431730022125645111
Binary1010000111010100110011111100001010001101011101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4CF; }

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

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

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

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

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

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

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

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