#A5D5C8

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

Shades of Scandal #A5D5C8

Tints of Scandal #A5D5C8

Color information

#A5D5C8 (or 0xA5D5C8) is unknown color: approx Scandal. HEX triplet: A5, D5 and C8. RGB value is (165,213,200). Sum of RGB (Red+Green+Blue) = 165+213+200=578 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.55% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D5C8 is #5A2A37. Grayscale: #C5C5C5. Windows color (decimal): -5909048 or 13161893. OLE color: 13161893.

HSL color Cylindrical-coordinate representation of color #A5D5C8: hue angle of 163.75º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D5C8 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB165213200-
CMYK0.2300.060.16
HSL163.75º36.36%74.12%-
HSV(B)163.75º22.54%83.53%-
XYZ49.7459.7663.56-
YUV197.17129.6105.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.55%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=28.55%
G=36.85%
B=34.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652132000.2300.060.16163.7536.3674.12
HexA5D5C8170610a4244a
Octal24532531027062024444112
Binary10100101110101011100100010111011010000101001001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5C8; }

 p { color: rgb(165,213,200); }

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

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

 a { background-color: rgb(165,213,200); }

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

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

 span { border-color: rgb(165,213,200); }

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