#AFD3CA

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

Shades of Scandal #AFD3CA

Tints of Scandal #AFD3CA

Color information

#AFD3CA (or 0xAFD3CA) is unknown color: approx Scandal. HEX triplet: AF, D3 and CA. RGB value is (175,211,202). Sum of RGB (Red+Green+Blue) = 175+211+202=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD3CA is #502C35. Grayscale: #C7C7C7. Windows color (decimal): -5254198 or 13292463. OLE color: 13292463.

HSL color Cylindrical-coordinate representation of color #AFD3CA: hue angle of 165º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFD3CA is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB175211202-
CMYK0.1700.040.17
HSL165º29.03%75.69%-
HSV(B)165º17.06%82.75%-
XYZ51.6359.9764.73-
YUV199.21129.57110.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=29.76%
G=35.88%
B=34.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752112020.1700.040.1716529.0375.69
HexAFD3CA110411a51d4c
Octal25732331221042124535114
Binary1010111111010011110010101000101001000110100101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD3CA; }

 p { color: rgb(175,211,202); }

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

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

 a { background-color: rgb(175,211,202); }

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

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

 span { border-color: rgb(175,211,202); }

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