#A8D4D1

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

Shades of Sinbad #A8D4D1

Tints of Sinbad #A8D4D1

Color information

#A8D4D1 (or 0xA8D4D1) is unknown color: approx Sinbad. HEX triplet: A8, D4 and D1. RGB value is (168,212,209). Sum of RGB (Red+Green+Blue) = 168+212+209=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4D1 is #572B2E. Grayscale: #C6C6C6. Windows color (decimal): -5712687 or 13751464. OLE color: 13751464.

HSL color Cylindrical-coordinate representation of color #A8D4D1: hue angle of 175.91º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D4D1 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB168212209-
CMYK0.2100.010.17
HSL175.91º33.85%74.51%-
HSV(B)175.91º20.75%83.14%-
XYZ51.260.0269.21-
YUV198.5133.92106.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.52%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=28.52%
G=35.99%
B=35.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682122090.2100.010.17175.9133.8574.51
HexA8D4D1150111b0224b
Octal25032432125012126042113
Binary101010001101010011010001101010110001101100001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D4D1; }

 p { color: rgb(168,212,209); }

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

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

 a { background-color: rgb(168,212,209); }

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

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

 span { border-color: rgb(168,212,209); }

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