#AFCEC8

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

Shades of Scandal #AFCEC8

Tints of Scandal #AFCEC8

Color information

#AFCEC8 (or 0xAFCEC8) is unknown color: approx Scandal. HEX triplet: AF, CE and C8. RGB value is (175,206,200). Sum of RGB (Red+Green+Blue) = 175+206+200=581 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.12% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 200 (78.52% from 255 or 34.42% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCEC8 is #503137. Grayscale: #C4C4C4. Windows color (decimal): -5255480 or 13160111. OLE color: 13160111.

HSL color Cylindrical-coordinate representation of color #AFCEC8: hue angle of 168.39º degrees, saturation: 0.24, 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 #AFCEC8 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB175206200-
CMYK0.1500.030.19
HSL168.39º24.03%74.71%-
HSV(B)168.39º15.05%80.78%-
XYZ50.1857.4363.08-
YUV196.05130.23112.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.12%
GREEN value IS 206 (80.86% from 255) = 35.46%
BLUE value IS 200 (78.52% from 255) = 34.42%
R=30.12%
G=35.46%
B=34.42%

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
Decimal1752062000.1500.030.19168.3924.0374.71
HexAFCEC8F0313a8184b
Octal25731631017032325030113
Binary10101111110011101100100011110111001110101000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCEC8; }

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

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

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

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

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

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

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

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