#A8DFD4

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

Shades of Scandal #A8DFD4

Tints of Scandal #A8DFD4

Color information

#A8DFD4 (or 0xA8DFD4) is unknown color: approx Scandal. HEX triplet: A8, DF and D4. RGB value is (168,223,212). Sum of RGB (Red+Green+Blue) = 168+223+212=603 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.86% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFD4 is #57202B. Grayscale: #CDCDCD. Windows color (decimal): -5709868 or 13950888. OLE color: 13950888.

HSL color Cylindrical-coordinate representation of color #A8DFD4: hue angle of 168º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8DFD4 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB168223212-
CMYK0.2500.050.13
HSL168º46.22%76.67%-
HSV(B)168º24.66%87.45%-
XYZ54.4265.8572.13-
YUV205.3131.78101.39-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.86%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 212 (83.20% from 255) = 35.16%
R=27.86%
G=36.98%
B=35.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682232120.2500.050.1316846.2276.67
HexA8DFD41905Da82e4d
Octal25033732431051525056115
Binary1010100011011111110101001100101011101101010001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFD4; }

 p { color: rgb(168,223,212); }

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

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

 a { background-color: rgb(168,223,212); }

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

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

 span { border-color: rgb(168,223,212); }

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