#A5D9C6

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

Shades of Scandal #A5D9C6

Tints of Scandal #A5D9C6

Color information

#A5D9C6 (or 0xA5D9C6) is unknown color: approx Scandal. HEX triplet: A5, D9 and C6. RGB value is (165,217,198). Sum of RGB (Red+Green+Blue) = 165+217+198=580 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.45% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #A5D9C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D9C6 is #5A2639. Grayscale: #C7C7C7. Windows color (decimal): -5908026 or 13031845. OLE color: 13031845.

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

Color convert

RGB165217198-
CMYK0.2400.090.15
HSL158.08º40.62%74.9%-
HSV(B)158.08º23.96%85.1%-
XYZ50.5261.762.67-
YUV199.29127.27103.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.45%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=28.45%
G=37.41%
B=34.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1652171980.2400.090.15158.0840.6274.9
HexA5D9C61809F9e294b
Octal245331306300111723651113
Binary10100101110110011100011011000010011111100111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D9C6; }

 p { color: rgb(165,217,198); }

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

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

 a { background-color: rgb(165,217,198); }

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

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

 span { border-color: rgb(165,217,198); }

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