#A5DFCF

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

Shades of Scandal #A5DFCF

Tints of Scandal #A5DFCF

Color information

#A5DFCF (or 0xA5DFCF) is unknown color: approx Scandal. HEX triplet: A5, DF and CF. RGB value is (165,223,207). Sum of RGB (Red+Green+Blue) = 165+223+207=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFCF is #5A2030. Grayscale: #CBCBCB. Windows color (decimal): -5906481 or 13623205. OLE color: 13623205.

HSL color Cylindrical-coordinate representation of color #A5DFCF: hue angle of 163.45º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DFCF is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB165223207-
CMYK0.2600.070.13
HSL163.45º47.54%76.08%-
HSV(B)163.45º26.01%87.45%-
XYZ53.1765.2868.83-
YUV203.83129.78100.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.73%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=27.73%
G=37.48%
B=34.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652232070.2600.070.13163.4547.5476.08
HexA5DFCF1A07Da3304c
Octal24533731732071524360114
Binary1010010111011111110011111101001111101101000111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFCF; }

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

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

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

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

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

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

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

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