#A3DECB

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

Shades of Scandal #A3DECB

Tints of Scandal #A3DECB

Color information

#A3DECB (or 0xA3DECB) is unknown color: approx Scandal. HEX triplet: A3, DE and CB. RGB value is (163,222,203). Sum of RGB (Red+Green+Blue) = 163+222+203=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DECB is #5C2134. Grayscale: #CACACA. Windows color (decimal): -6037813 or 13360803. OLE color: 13360803.

HSL color Cylindrical-coordinate representation of color #A3DECB: hue angle of 160.68º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DECB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB163222203-
CMYK0.2700.090.13
HSL160.68º47.2%75.49%-
HSV(B)160.68º26.58%87.06%-
XYZ52.0164.3466.18-
YUV202.19128.45100.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.72%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=27.72%
G=37.76%
B=34.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632222030.2700.090.13160.6847.275.49
HexA3DECB1B09Da12f4b
Octal243336313330111524157113
Binary10100011110111101100101111011010011101101000011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DECB; }

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

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

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

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

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

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

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

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