#a8d6ce

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

Shades of Sinbad #A8D6CE

Tints of Sinbad #A8D6CE

Color information

#A8D6CE (or 0xA8D6CE) is unknown color: approx Sinbad. HEX triplet: A8, D6 and CE. RGB value is (168,214,206). Sum of RGB (Red+Green+Blue) = 168+214+206=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6CE is #572931. Grayscale: #C7C7C7. Windows color (decimal): -5712178 or 13555368. OLE color: 13555368.

HSL color Cylindrical-coordinate representation of color #A8D6CE: hue angle of 169.57º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D6CE is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB168214206-
CMYK0.2100.040.16
HSL169.57º35.94%74.9%-
HSV(B)169.57º21.5%83.92%-
XYZ51.3460.8767.44-
YUV199.33131.76105.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.57%
GREEN value IS 214 (83.98% from 255) = 36.39%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=28.57%
G=36.39%
B=35.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682142060.2100.040.16169.5735.9474.9
HexA8D6CE150410aa244b
Octal25032631625042025244113
Binary10101000110101101100111010101010010000101010101001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8d6ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8d6ce; }

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

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

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

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

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

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

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

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