#A8D6CC

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

Shades of Scandal #A8D6CC

Tints of Scandal #A8D6CC

Color information

#A8D6CC (or 0xA8D6CC) is unknown color: approx Scandal. HEX triplet: A8, D6 and CC. RGB value is (168,214,204). Sum of RGB (Red+Green+Blue) = 168+214+204=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D6CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D6CC is #572933. Grayscale: #C7C7C7. Windows color (decimal): -5712180 or 13424296. OLE color: 13424296.

HSL color Cylindrical-coordinate representation of color #A8D6CC: hue angle of 166.96º degrees, saturation: 0.36, 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 #A8D6CC is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB168214204-
CMYK0.2100.050.16
HSL166.96º35.94%74.9%-
HSV(B)166.96º21.5%83.92%-
XYZ51.0960.7866.17-
YUV199.11130.76105.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.67%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=28.67%
G=36.52%
B=34.81%

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
Decimal1682142040.2100.050.16166.9635.9474.9
HexA8D6CC150510a7244b
Octal25032631425052024744113
Binary10101000110101101100110010101010110000101001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D6CC; }

 p { color: rgb(168,214,204); }

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

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

 a { background-color: rgb(168,214,204); }

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

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

 span { border-color: rgb(168,214,204); }

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