#A0DFCE

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

Shades of Scandal #A0DFCE

Tints of Scandal #A0DFCE

Color information

#A0DFCE (or 0xA0DFCE) is unknown color: approx Scandal. HEX triplet: A0, DF and CE. RGB value is (160,223,206). Sum of RGB (Red+Green+Blue) = 160+223+206=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFCE is #5F2031. Grayscale: #CACACA. Windows color (decimal): -6234162 or 13557664. OLE color: 13557664.

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

Color convert

RGB160223206-
CMYK0.2800.080.13
HSL163.81º49.61%75.1%-
HSV(B)163.81º28.25%87.45%-
XYZ52.0364.7168.14-
YUV202.22130.1397.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 27.16%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=27.16%
G=37.86%
B=34.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602232060.2800.080.13163.8149.6175.1
HexA0DFCE1C08Da4324b
Octal240337316340101524462113
Binary10100000110111111100111011100010001101101001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DFCE; }

 p { color: rgb(160,223,206); }

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

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

 a { background-color: rgb(160,223,206); }

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

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

 span { border-color: rgb(160,223,206); }

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