#A1DFCF

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

Shades of Scandal #A1DFCF

Tints of Scandal #A1DFCF

Color information

#A1DFCF (or 0xA1DFCF) is unknown color: approx Scandal. HEX triplet: A1, DF and CF. RGB value is (161,223,207). Sum of RGB (Red+Green+Blue) = 161+223+207=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DFCF is #5E2030. Grayscale: #CACACA. Windows color (decimal): -6168625 or 13623201. OLE color: 13623201.

HSL color Cylindrical-coordinate representation of color #A1DFCF: hue angle of 164.52º degrees, saturation: 0.49, 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 #A1DFCF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB161223207-
CMYK0.2800.070.13
HSL164.52º49.21%75.29%-
HSV(B)164.52º27.8%87.45%-
XYZ52.3564.8668.79-
YUV202.64130.4698.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=27.24%
G=37.73%
B=35.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612232070.2800.070.13164.5249.2175.29
HexA1DFCF1C07Da5314b
Octal24133731734071524561113
Binary1010000111011111110011111110001111101101001011100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFCF; }

 p { color: rgb(161,223,207); }

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

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

 a { background-color: rgb(161,223,207); }

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

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

 span { border-color: rgb(161,223,207); }

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