#A3DACB

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

Shades of Scandal #A3DACB

Tints of Scandal #A3DACB

Color information

#A3DACB (or 0xA3DACB) is unknown color: approx Scandal. HEX triplet: A3, DA and CB. RGB value is (163,218,203). Sum of RGB (Red+Green+Blue) = 163+218+203=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DACB is #5C2534. Grayscale: #C7C7C7. Windows color (decimal): -6038837 or 13359779. OLE color: 13359779.

HSL color Cylindrical-coordinate representation of color #A3DACB: hue angle of 163.64º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3DACB is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB163218203-
CMYK0.2500.070.15
HSL163.64º42.64%74.71%-
HSV(B)163.64º25.23%85.49%-
XYZ50.9662.2465.83-
YUV199.84129.78101.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.91%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 203 (79.69% from 255) = 34.76%
R=27.91%
G=37.33%
B=34.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632182030.2500.070.15163.6442.6474.71
HexA3DACB1907Fa42b4b
Octal24333231331071724453113
Binary1010001111011010110010111100101111111101001001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DACB; }

 p { color: rgb(163,218,203); }

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

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

 a { background-color: rgb(163,218,203); }

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

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

 span { border-color: rgb(163,218,203); }

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