#A6D7CE

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

Shades of Sinbad #A6D7CE

Tints of Sinbad #A6D7CE

Color information

#A6D7CE (or 0xA6D7CE) is unknown color: approx Sinbad. HEX triplet: A6, D7 and CE. RGB value is (166,215,206). Sum of RGB (Red+Green+Blue) = 166+215+206=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7CE is #592831. Grayscale: #C7C7C7. Windows color (decimal): -5842994 or 13555622. OLE color: 13555622.

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

Color convert

RGB166215206-
CMYK0.2300.040.16
HSL168.98º37.98%74.71%-
HSV(B)168.98º22.79%84.31%-
XYZ51.1761.1667.5-
YUV199.32131.77104.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.28%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 206 (80.86% from 255) = 35.09%
R=28.28%
G=36.63%
B=35.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662152060.2300.040.16168.9837.9874.71
HexA6D7CE170410a9264b
Octal24632731627042025146113
Binary10100110110101111100111010111010010000101010011001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7CE; }

 p { color: rgb(166,215,206); }

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

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

 a { background-color: rgb(166,215,206); }

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

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

 span { border-color: rgb(166,215,206); }

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