#AFD8CB

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

Shades of Scandal #AFD8CB

Tints of Scandal #AFD8CB

Color information

#AFD8CB (or 0xAFD8CB) is unknown color: approx Scandal. HEX triplet: AF, D8 and CB. RGB value is (175,216,203). Sum of RGB (Red+Green+Blue) = 175+216+203=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD8CB is #502734. Grayscale: #CACACA. Windows color (decimal): -5252917 or 13359279. OLE color: 13359279.

HSL color Cylindrical-coordinate representation of color #AFD8CB: hue angle of 160.98º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFD8CB is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB175216203-
CMYK0.1900.060.15
HSL160.98º34.45%76.67%-
HSV(B)160.98º18.98%84.71%-
XYZ53.0162.5465.78-
YUV202.26128.42108.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.46%
GREEN value IS 216 (84.77% from 255) = 36.36%
BLUE value IS 203 (79.69% from 255) = 34.18%
R=29.46%
G=36.36%
B=34.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752162030.1900.060.15160.9834.4576.67
HexAFD8CB1306Fa1224d
Octal25733031323061724142115
Binary1010111111011000110010111001101101111101000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8CB; }

 p { color: rgb(175,216,203); }

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

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

 a { background-color: rgb(175,216,203); }

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

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

 span { border-color: rgb(175,216,203); }

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