#AFBFDC

Color #AFBFDC Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #AFBFDC

Tints of Light Steel Blue #AFBFDC

Color information

#AFBFDC (or 0xAFBFDC) is unknown color: approx Light Steel Blue. HEX triplet: AF, BF and DC. RGB value is (175,191,220). Sum of RGB (Red+Green+Blue) = 175+191+220=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFDC is #504023. Grayscale: #BDBDBD. Windows color (decimal): -5259300 or 14466991. OLE color: 14466991.

HSL color Cylindrical-coordinate representation of color #AFBFDC: hue angle of 218.67º degrees, saturation: 0.39, 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 #AFBFDC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175191220-
CMYK0.200.1300.14
HSL218.67º39.13%77.45%-
HSV(B)218.67º20.45%86.27%-
XYZ49.2351.5475.06-
YUV189.52145.2117.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=29.86%
G=32.59%
B=37.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751912200.200.1300.14218.6739.1377.45
HexAFBFDC14D0Edb274d
Octal257277334241501633347115
Binary10101111101111111101110010100110101110110110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFDC; }

 p { color: rgb(175,191,220); }

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

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

 a { background-color: rgb(175,191,220); }

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

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

 span { border-color: rgb(175,191,220); }

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