#AFD5CA

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

Shades of Scandal #AFD5CA

Tints of Scandal #AFD5CA

Color information

#AFD5CA (or 0xAFD5CA) is unknown color: approx Scandal. HEX triplet: AF, D5 and CA. RGB value is (175,213,202). Sum of RGB (Red+Green+Blue) = 175+213+202=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD5CA is #502A35. Grayscale: #C8C8C8. Windows color (decimal): -5253686 or 13292975. OLE color: 13292975.

HSL color Cylindrical-coordinate representation of color #AFD5CA: hue angle of 162.63º 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 #AFD5CA is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB175213202-
CMYK0.1800.050.16
HSL162.63º31.15%76.08%-
HSV(B)162.63º17.84%83.53%-
XYZ52.1360.9764.9-
YUV200.38128.91109.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.66%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 202 (79.30% from 255) = 34.24%
R=29.66%
G=36.10%
B=34.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752132020.1800.050.16162.6331.1576.08
HexAFD5CA120510a31f4c
Octal25732531222052024337114
Binary1010111111010101110010101001001011000010100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD5CA; }

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

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

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

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

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

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

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

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