#AFD0CA

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

Shades of Scandal #AFD0CA

Tints of Scandal #AFD0CA

Color information

#AFD0CA (or 0xAFD0CA) is unknown color: approx Scandal. HEX triplet: AF, D0 and CA. RGB value is (175,208,202). Sum of RGB (Red+Green+Blue) = 175+208+202=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0CA is #502F35. Grayscale: #C5C5C5. Windows color (decimal): -5254966 or 13291695. OLE color: 13291695.

HSL color Cylindrical-coordinate representation of color #AFD0CA: hue angle of 169.09º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0CA is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB175208202-
CMYK0.1600.030.18
HSL169.09º25.98%75.1%-
HSV(B)169.09º15.87%81.57%-
XYZ50.958.4964.48-
YUV197.45130.57111.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 208 (81.64% from 255) = 35.56%
BLUE value IS 202 (79.30% from 255) = 34.53%
R=29.91%
G=35.56%
B=34.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1752082020.1600.030.18169.0925.9875.1
HexAFD0CA100312a91a4b
Octal25732031220032225132113
Binary101011111101000011001010100000111001010101001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD0CA; }

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

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

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

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

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

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

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

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