#A6D6CA

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

Shades of Scandal #A6D6CA

Tints of Scandal #A6D6CA

Color information

#A6D6CA (or 0xA6D6CA) is unknown color: approx Scandal. HEX triplet: A6, D6 and CA. RGB value is (166,214,202). Sum of RGB (Red+Green+Blue) = 166+214+202=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 214 (83.98% from 255 or 36.77% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D6CA is #592935. Grayscale: #C6C6C6. Windows color (decimal): -5843254 or 13293222. OLE color: 13293222.

HSL color Cylindrical-coordinate representation of color #A6D6CA: hue angle of 165º 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 #A6D6CA is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB166214202-
CMYK0.2200.060.16
HSL165º36.92%74.51%-
HSV(B)165º22.43%83.92%-
XYZ50.4360.4664.89-
YUV198.28130.1104.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.52%
GREEN value IS 214 (83.98% from 255) = 36.77%
BLUE value IS 202 (79.30% from 255) = 34.71%
R=28.52%
G=36.77%
B=34.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662142020.2200.060.1616536.9274.51
HexA6D6CA160610a5254b
Octal24632631226062024545113
Binary10100110110101101100101010110011010000101001011001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6CA; }

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

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

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

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

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

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

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

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