#A8D3CE

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

Shades of Sinbad #A8D3CE

Tints of Sinbad #A8D3CE

Color information

#A8D3CE (or 0xA8D3CE) is unknown color: approx Sinbad. HEX triplet: A8, D3 and CE. RGB value is (168,211,206). Sum of RGB (Red+Green+Blue) = 168+211+206=585 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.72% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3CE is #572C31. Grayscale: #C5C5C5. Windows color (decimal): -5712946 or 13554600. OLE color: 13554600.

HSL color Cylindrical-coordinate representation of color #A8D3CE: hue angle of 173.02º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3CE is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB168211206-
CMYK0.2000.020.17
HSL173.02º32.82%74.31%-
HSV(B)173.02º20.38%82.75%-
XYZ50.5859.3767.19-
YUV197.57132.75106.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.72%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=28.72%
G=36.07%
B=35.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682112060.2000.020.17173.0232.8274.31
HexA8D3CE140211ad214a
Octal25032331624022125541112
Binary1010100011010011110011101010001010001101011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D3CE; }

 p { color: rgb(168,211,206); }

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

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

 a { background-color: rgb(168,211,206); }

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

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

 span { border-color: rgb(168,211,206); }

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