#A8DCCC

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

Shades of Scandal #A8DCCC

Tints of Scandal #A8DCCC

Color information

#A8DCCC (or 0xA8DCCC) is unknown color: approx Scandal. HEX triplet: A8, DC and CC. RGB value is (168,220,204). Sum of RGB (Red+Green+Blue) = 168+220+204=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCCC is #572333. Grayscale: #CACACA. Windows color (decimal): -5710644 or 13425832. OLE color: 13425832.

HSL color Cylindrical-coordinate representation of color #A8DCCC: hue angle of 161.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8DCCC is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB168220204-
CMYK0.2400.070.14
HSL161.54º42.62%76.08%-
HSV(B)161.54º23.64%86.27%-
XYZ52.6463.8766.68-
YUV202.63128.77103.3-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.38%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=28.38%
G=37.16%
B=34.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1682202040.2400.070.14161.5442.6276.08
HexA8DCCC1807Ea22b4c
Octal25033431430071624253114
Binary1010100011011100110011001100001111110101000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DCCC; }

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

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

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

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

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

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

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

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