#A6D6CC

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

Shades of Scandal #A6D6CC

Tints of Scandal #A6D6CC

Color information

#A6D6CC (or 0xA6D6CC) is unknown color: approx Scandal. HEX triplet: A6, D6 and CC. RGB value is (166,214,204). Sum of RGB (Red+Green+Blue) = 166+214+204=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6CC is #592933. Grayscale: #C6C6C6. Windows color (decimal): -5843252 or 13424294. OLE color: 13424294.

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

Color convert

RGB166214204-
CMYK0.2200.050.16
HSL167.5º36.92%74.51%-
HSV(B)167.5º22.43%83.92%-
XYZ50.6760.5666.15-
YUV198.51131.1104.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=28.42%
G=36.64%
B=34.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662142040.2200.050.16167.536.9274.51
HexA6D6CC160510a8254b
Octal24632631426052025045113
Binary10100110110101101100110010110010110000101010001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6CC; }

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

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

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

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

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

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

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

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