#AFDBD4

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

Shades of Scandal #AFDBD4

Tints of Scandal #AFDBD4

Color information

#AFDBD4 (or 0xAFDBD4) is unknown color: approx Scandal. HEX triplet: AF, DB and D4. RGB value is (175,219,212). Sum of RGB (Red+Green+Blue) = 175+219+212=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDBD4 is #50242B. Grayscale: #CDCDCD. Windows color (decimal): -5252140 or 13949871. OLE color: 13949871.

HSL color Cylindrical-coordinate representation of color #AFDBD4: hue angle of 170.45º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDBD4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB175219212-
CMYK0.2000.030.14
HSL170.45º37.93%77.25%-
HSV(B)170.45º20.09%85.88%-
XYZ54.8964.5371.85-
YUV205.05131.92106.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.88%
GREEN value IS 219 (85.94% from 255) = 36.14%
BLUE value IS 212 (83.20% from 255) = 34.98%
R=28.88%
G=36.14%
B=34.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752192120.2000.030.14170.4537.9377.25
HexAFDBD41403Eaa264d
Octal25733332424031625246115
Binary101011111101101111010100101000111110101010101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBD4; }

 p { color: rgb(175,219,212); }

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

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

 a { background-color: rgb(175,219,212); }

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

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

 span { border-color: rgb(175,219,212); }

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