#A6DDDC

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

Shades of Sinbad #A6DDDC

Tints of Sinbad #A6DDDC

Color information

#A6DDDC (or 0xA6DDDC) is unknown color: approx Sinbad. HEX triplet: A6, DD and DC. RGB value is (166,221,220). Sum of RGB (Red+Green+Blue) = 166+221+220=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDDC is #592223. Grayscale: #CCCCCC. Windows color (decimal): -5841444 or 14474662. OLE color: 14474662.

HSL color Cylindrical-coordinate representation of color #A6DDDC: hue angle of 178.91º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDDC is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB166221220-
CMYK0.2500.000.13
HSL178.91º44.72%75.88%-
HSV(B)178.91º24.89%86.67%-
XYZ54.564.9977.38-
YUV204.44136.78100.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.35%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=27.35%
G=36.41%
B=36.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662212200.2500.000.13178.9144.7275.88
HexA6DDDC1900Db32d4c
Octal24633533431001526355114
Binary10100110110111011101110011001001101101100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DDDC; }

 p { color: rgb(166,221,220); }

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

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

 a { background-color: rgb(166,221,220); }

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

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

 span { border-color: rgb(166,221,220); }

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