#AFD5CC

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

Shades of Scandal #AFD5CC

Tints of Scandal #AFD5CC

Color information

#AFD5CC (or 0xAFD5CC) is unknown color: approx Scandal. HEX triplet: AF, D5 and CC. RGB value is (175,213,204). Sum of RGB (Red+Green+Blue) = 175+213+204=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5CC is #502A33. Grayscale: #C8C8C8. Windows color (decimal): -5253684 or 13424047. OLE color: 13424047.

HSL color Cylindrical-coordinate representation of color #AFD5CC: hue angle of 165.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFD5CC is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB175213204-
CMYK0.1800.040.16
HSL165.79º31.15%76.08%-
HSV(B)165.79º17.84%83.53%-
XYZ52.3761.0666.15-
YUV200.61129.91109.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.56%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=29.56%
G=35.98%
B=34.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752132040.1800.040.16165.7931.1576.08
HexAFD5CC120410a61f4c
Octal25732531422042024637114
Binary1010111111010101110011001001001001000010100110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5CC; }

 p { color: rgb(175,213,204); }

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

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

 a { background-color: rgb(175,213,204); }

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

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

 span { border-color: rgb(175,213,204); }

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