#AFDACE

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

Shades of Scandal #AFDACE

Tints of Scandal #AFDACE

Color information

#AFDACE (or 0xAFDACE) is unknown color: approx Scandal. HEX triplet: AF, DA and CE. RGB value is (175,218,206). Sum of RGB (Red+Green+Blue) = 175+218+206=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDACE is #502531. Grayscale: #CBCBCB. Windows color (decimal): -5252402 or 13556399. OLE color: 13556399.

HSL color Cylindrical-coordinate representation of color #AFDACE: hue angle of 163.26º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDACE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB175218206-
CMYK0.2000.060.15
HSL163.26º36.75%77.06%-
HSV(B)163.26º19.72%85.49%-
XYZ53.8963.7167.85-
YUV203.78129.25107.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=29.22%
G=36.39%
B=34.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752182060.2000.060.15163.2636.7577.06
HexAFDACE1406Fa3254d
Octal25733231624061724345115
Binary1010111111011010110011101010001101111101000111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDACE; }

 p { color: rgb(175,218,206); }

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

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

 a { background-color: rgb(175,218,206); }

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

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

 span { border-color: rgb(175,218,206); }

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