#A8D5CA

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

Shades of Scandal #A8D5CA

Tints of Scandal #A8D5CA

Color information

#A8D5CA (or 0xA8D5CA) is unknown color: approx Scandal. HEX triplet: A8, D5 and CA. RGB value is (168,213,202). Sum of RGB (Red+Green+Blue) = 168+213+202=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5CA is #572A35. Grayscale: #C6C6C6. Windows color (decimal): -5712438 or 13292968. OLE color: 13292968.

HSL color Cylindrical-coordinate representation of color #A8D5CA: hue angle of 165.33º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8D5CA is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB168213202-
CMYK0.2100.050.16
HSL165.33º34.88%74.71%-
HSV(B)165.33º21.13%83.53%-
XYZ50.660.1864.83-
YUV198.29130.09106.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.82%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=28.82%
G=36.54%
B=34.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1682132020.2100.050.16165.3334.8874.71
HexA8D5CA150510a5234b
Octal25032531225052024543113
Binary10101000110101011100101010101010110000101001011000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D5CA; }

 p { color: rgb(168,213,202); }

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

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

 a { background-color: rgb(168,213,202); }

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

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

 span { border-color: rgb(168,213,202); }

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