#afcfc8

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

Shades of Scandal #AFCFC8

Tints of Scandal #AFCFC8

Color information

#AFCFC8 (or 0xAFCFC8) is unknown color: approx Scandal. HEX triplet: AF, CF and C8. RGB value is (175,207,200). Sum of RGB (Red+Green+Blue) = 175+207+200=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFC8 is #503037. Grayscale: #C4C4C4. Windows color (decimal): -5255224 or 13160367. OLE color: 13160367.

HSL color Cylindrical-coordinate representation of color #AFCFC8: hue angle of 166.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFC8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB175207200-
CMYK0.1500.030.19
HSL166.88º25%74.9%-
HSV(B)166.88º15.46%81.18%-
XYZ50.4257.9163.16-
YUV196.63129.9112.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 200 (78.52% from 255) = 34.36%
R=30.07%
G=35.57%
B=34.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1752072000.1500.030.19166.882574.9
HexAFCFC8F0313a7194b
Octal25731731017032324731113
Binary10101111110011111100100011110111001110100111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afcfc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afcfc8; }

 p { color: rgb(175,207,200); }

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

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

 a { background-color: rgb(175,207,200); }

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

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

 span { border-color: rgb(175,207,200); }

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