#A6D3CC

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

Shades of Sinbad #A6D3CC

Tints of Sinbad #A6D3CC

Color information

#A6D3CC (or 0xA6D3CC) is unknown color: approx Sinbad. HEX triplet: A6, D3 and CC. RGB value is (166,211,204). Sum of RGB (Red+Green+Blue) = 166+211+204=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D3CC is #592C33. Grayscale: #C4C4C4. Windows color (decimal): -5844020 or 13423526. OLE color: 13423526.

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

Color convert

RGB166211204-
CMYK0.2100.030.17
HSL170.67º33.83%73.92%-
HSV(B)170.67º21.33%82.75%-
XYZ49.9259.0665.89-
YUV196.75132.09106.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=28.57%
G=36.32%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662112040.2100.030.17170.6733.8373.92
HexA6D3CC150311ab224a
Octal24632331425032125342112
Binary1010011011010011110011001010101110001101010111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D3CC; }

 p { color: rgb(166,211,204); }

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

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

 a { background-color: rgb(166,211,204); }

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

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

 span { border-color: rgb(166,211,204); }

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